1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

leftover of replacement of passlib[bcrypt]

This commit is contained in:
Peter Bieringer 2024-03-07 07:25:27 +01:00
parent 3a04b2247e
commit 1c32919739

View file

@ -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",
"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]