[CHANGE] Temporarily limit bcyrpt to below v5.0.0

See: https://gitlab.com/allianceauth/allianceauth/-/issues/1436
This commit is contained in:
Peter Pfeufer 2025-09-26 17:47:50 +02:00
parent 8898c665cf
commit 01991b78c9
No known key found for this signature in database

View File

@ -40,7 +40,7 @@ dynamic = [
"version", "version",
] ]
dependencies = [ dependencies = [
"bcrypt", "bcrypt<5",
"beautifulsoup4", "beautifulsoup4",
"celery>=5.2,<6", "celery>=5.2,<6",
"celery-once>=3.0.1", "celery-once>=3.0.1",