new changes

This commit is contained in:
Niranjan
2026-04-07 03:40:06 +05:30
parent 3492c441ee
commit 03e73a2c4c
2 changed files with 5 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ asyncpg>=0.29.0
# Auth
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
# passlib 1.7.4 breaks against bcrypt>=4.1 (ValueError in bcrypt self-test / 72-byte rules)
bcrypt>=4.0.1,<4.1
python-dotenv>=1.0.0
# Redis & Celery