Skip to content

Commit

Permalink
remove dash daq from reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsweeten committed Dec 5, 2023
1 parent 5676466 commit 79f2739
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
"plotly",
"matplotlib",
"dash",
"dash_daq",
"plotnine",
"palettable",
],
python_requires=">=3.7",
author_email="[email protected]",
author_email="[email protected]",
entry_points={"console_scripts": ["moddotplot = moddotplot.__main__:main",],},
)
)

0 comments on commit 79f2739

Please sign in to comment.