mirror of
https://github.com/gosticks/dash-player.git
synced 2025-10-16 11:55:36 +00:00
Remove blank "Install_requires" from setup.py
This commit is contained in:
parent
742eb344f7
commit
17b62035b5
1
setup.py
1
setup.py
@ -19,7 +19,6 @@ setup(
|
||||
description=("A Dash component for playing a variety of URLs."),
|
||||
long_description=io.open("README.md", encoding="utf-8").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
install_requires=[],
|
||||
python_requires=">=3.6",
|
||||
url="https://github.com/plotly/dash-player",
|
||||
install_requires=["dash>=1.6.1"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user