Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Praneeth Bedapudi <[email protected]>
  • Loading branch information
bedapudi6788 committed Jul 18, 2023
1 parent 162a1d9 commit 5e5e69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartdash/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
EMAIL = "[email protected]"
AUTHOR = "BEDAPUDI PRANEETH"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "0.0.1.dev7"
VERSION = "0.0.1.dev8"

# What packages are required for this module to be executed?
REQUIRED = ["requests", "liteindex", "streamlit", "plotly"]
REQUIRED = ["requests", "liteindex", "streamlit", "plotly", "gevent", "falcon", "gunicorn"]

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit 5e5e69b

Please sign in to comment.