Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Praneeth Bedapudi <praneeth@bpraneeth.com>
  • Loading branch information
bedapudi6788 committed Nov 30, 2023
1 parent e2ac680 commit faea87d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
EMAIL = "praneeth@bpraneeth.com"
AUTHOR = "BEDAPUDI PRANEETH"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "3.0.0rc4"
VERSION = "3.0.0rc5"

# What packages are required for this module to be executed?
REQUIRED = ["zstandard", "requests"]
REQUIRED = ["zstandard", "requests", "msgpack"]

# What packages are optional?
EXTRAS = {
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
EMAIL = "praneeth@bpraneeth.com"
AUTHOR = "BEDAPUDI PRANEETH"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "3.0.0rc4"
VERSION = "3.0.0rc5"

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

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit faea87d

Please sign in to comment.