1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

remove setuptools from runtime dependencies

This commit is contained in:
Mathieu Dupuy 2024-07-23 17:40:07 +02:00
parent e5e80ebbe6
commit e5096d31af
No known key found for this signature in database
GPG key ID: 08C1D4F32506B23A

View file

@ -38,7 +38,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 = ["bcrypt"]
test_requires = ["pytest>=7", "typeguard<4.3", "waitress", *bcrypt_requires]