mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
changed the minimum version requirement for pika
This commit is contained in:
parent
50140a54f5
commit
1485777bc6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ web_files = ["web/internal_data/css/icon.png",
|
||||||
"web/internal_data/index.html"]
|
"web/internal_data/index.html"]
|
||||||
|
|
||||||
install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
|
install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
|
||||||
"python-dateutil>=2.7.3", "pika>=1.3.2",
|
"python-dateutil>=2.7.3", "pika>=1.1.0",
|
||||||
"setuptools; python_version<'3.9'"]
|
"setuptools; python_version<'3.9'"]
|
||||||
bcrypt_requires = ["passlib[bcrypt]", "bcrypt"]
|
bcrypt_requires = ["passlib[bcrypt]", "bcrypt"]
|
||||||
# typeguard requires pytest<7
|
# typeguard requires pytest<7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue