We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20195b2 commit 96ed73fCopy full SHA for 96ed73f
setup.py
@@ -13,7 +13,7 @@
13
long_description_content_type="text/markdown",
14
url="https://github.com/quarto-dev/quarto-python",
15
packages=setuptools.find_packages(),
16
- install_requires=["pyyaml", "jupyter"],
+ install_requires=["jupyter_core", "nbformat", "nbclient", "pyyaml", "ipykernel"],
17
classifiers=[
18
"Programming Language :: Python :: 3",
19
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
0 commit comments