Upgraded pika version
This commit is contained in:
2
setup.py
2
setup.py
@@ -29,7 +29,7 @@ web_files = ["web/internal_data/css/icon.png",
|
||||
"web/internal_data/index.html"]
|
||||
|
||||
install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
|
||||
"python-dateutil>=2.7.3", "pika>=1.1.0",
|
||||
"python-dateutil>=2.7.3", "pika>=1.3.2",
|
||||
"setuptools; python_version<'3.9'"]
|
||||
bcrypt_requires = ["passlib[bcrypt]", "bcrypt"]
|
||||
# typeguard requires pytest<7
|
||||
|
||||
Reference in New Issue
Block a user