Skip to content

Commit 93fab9c

Browse files
committed
change order of install_requires
1 parent 96ed73f commit 93fab9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/quarto-dev/quarto-python",
1515
packages=setuptools.find_packages(),
16-
install_requires=["jupyter_core", "nbformat", "nbclient", "pyyaml", "ipykernel"],
16+
install_requires=["jupyter_core", "nbformat", "nbclient", "ipykernel", "pyyaml"],
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
1919
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",

0 commit comments

Comments
 (0)