Skip to content

Commit d62fc89

Browse files
author
Uttam Singh
committed
Fix bcrypt compatibility for Render
1 parent da233d7 commit d62fc89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ psycopg2-binary==2.9.9
55
python-dotenv==1.0.1
66
pydantic==2.9.2
77
pydantic-settings==2.6.1
8-
passlib[bcrypt]==1.7.4
8+
passlib==1.7.4
9+
bcrypt==4.1.2
910
python-multipart==0.0.9
1011
requests==2.32.3
1112
apscheduler==3.10.4

0 commit comments

Comments
 (0)