Skip to content

Commit 347f6a2

Browse files
committed
add psutil to reqs
Signed-off-by: Praneeth Bedapudi <[email protected]>
1 parent 67a5103 commit 347f6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
1919
AUTHOR = "BEDAPUDI PRANEETH"
2020
REQUIRES_PYTHON = ">=3.6.0"
21-
VERSION = "3.1.0"
21+
VERSION = "3.1.1"
2222

2323
# What packages are required for this module to be executed?
24-
REQUIRED = ["falcon", "liteindex==0.0.3.2.dev6", "zstandard", "gunicorn[gevent]", "msgpack"]
24+
REQUIRED = ["falcon", "liteindex==0.0.3.2.dev6", "zstandard", "gunicorn[gevent]", "msgpack", "psutil"]
2525

2626
# What packages are optional?
2727
EXTRAS = {

0 commit comments

Comments
 (0)