Skip to content

Commit b95315e

Browse files
committed
require package packaging
seems it's implicitly included by another dep in py3.7+, but not in 3.6
1 parent bb1d232 commit b95315e

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)