mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
leftover of replacement of passlib[bcrypt]
This commit is contained in:
parent
d8ab8aa42c
commit
66b374bc28
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -31,7 +31,7 @@ web_files = ["web/internal_data/css/icon.png",
|
|||
install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
|
||||
"python-dateutil>=2.7.3", "pika>=1.1.0",
|
||||
"setuptools; python_version<'3.9'"]
|
||||
bcrypt_requires = ["passlib[bcrypt]", "bcrypt"]
|
||||
bcrypt_requires = ["bcrypt"]
|
||||
# typeguard requires pytest<7
|
||||
test_requires = ["pytest<7", "typeguard<3", "waitress", *bcrypt_requires]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue