Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bedapudi6788 authored Oct 26, 2023
1 parent 565392b commit 80580ec
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.dev19"
VERSION = "0.0.1.dev20"

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

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit 80580ec

Please sign in to comment.