From 17b62035b5c2570d1c587bb52e7124b13779fa41 Mon Sep 17 00:00:00 2001 From: Alex Hsu Date: Thu, 20 Oct 2022 17:24:14 -0400 Subject: [PATCH] Remove blank "Install_requires" from setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 76d308f..9819a45 100644 --- a/setup.py +++ b/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"],