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.
2 parents e88f019 + b95315e commit 9050c4bCopy full SHA for 9050c4b
packages/python/plotly/setup.py
@@ -556,7 +556,7 @@ def run(self):
556
data_files=[
557
("etc/jupyter/nbconfig/notebook.d", ["jupyterlab-plotly.json"]),
558
],
559
- install_requires=["tenacity>=6.2.0"],
+ install_requires=["tenacity>=6.2.0", "packaging"],
560
zip_safe=False,
561
cmdclass=dict(
562
build_py=js_prerelease(versioneer_cmds["build_py"]),
0 commit comments