fix: replace passlib with bcrypt directly

This commit is contained in:
Dan
2026-06-22 01:48:31 -06:00
parent a5f2caf0c8
commit e96ce98783
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ alembic==1.13.1
pydantic[email]==2.7.1
pydantic-settings==2.2.1
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
bcrypt==4.1.3
python-multipart==0.0.9
httpx==0.27.0
anthropic==0.25.0