mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
cosmetics
This commit is contained in:
parent
95cd6938d9
commit
17169bbfdb
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -29,7 +29,8 @@ 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.1.0",
|
||||
"setuptools; python_version<'3.9'"]
|
||||
bcrypt_requires = ["bcrypt"]
|
||||
# typeguard requires pytest<7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue