Skip to content

Commit 17b6203

Browse files
committed
Remove blank "Install_requires" from setup.py
1 parent 742eb34 commit 17b6203

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
description=("A Dash component for playing a variety of URLs."),
2020
long_description=io.open("README.md", encoding="utf-8").read(),
2121
long_description_content_type="text/markdown",
22-
install_requires=[],
2322
python_requires=">=3.6",
2423
url="https://github.com/plotly/dash-player",
2524
install_requires=["dash>=1.6.1"],

0 commit comments

Comments
 (0)