Update setup.py

This commit is contained in:
Akshat Srivastava 2024-09-19 23:41:58 +05:30 committed by GitHub
parent 3c89d306ef
commit 2b8b02c2da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@ install_requires = [
# TODO Consider not installing the db drivers, or putting them in extras.
'pymongo==3.11.4',
'python-rapidjson==1.0',
'pyyaml==5.4.1',
'pyyaml',
'requests==2.25.1',
'setproctitle==1.2.2',
'werkzeug==2.0.2'