Skip to content

Commit 9050c4b

Browse files
authored
Merge pull request #4113 from plotly/req-packaging
require package packaging
2 parents e88f019 + b95315e commit 9050c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def run(self):
556556
data_files=[
557557
("etc/jupyter/nbconfig/notebook.d", ["jupyterlab-plotly.json"]),
558558
],
559-
install_requires=["tenacity>=6.2.0"],
559+
install_requires=["tenacity>=6.2.0", "packaging"],
560560
zip_safe=False,
561561
cmdclass=dict(
562562
build_py=js_prerelease(versioneer_cmds["build_py"]),

0 commit comments

Comments
 (0)