1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-04 18:22:26 +00:00

Merge pull request #1545 from deronnax/remove-setuptools-from-runtime-deps

remove setuptools from runtime dependencies
This commit is contained in:
Peter Bieringer 2024-07-23 18:13:19 +02:00 committed by GitHub
commit 61be51e9f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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]