Emalawi19 commited on
Commit
859b549
·
verified ·
1 Parent(s): a1828d0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
  fastapi==0.111.0
2
  uvicorn==0.29.0
3
  python-multipart==0.0.9
4
- bcrypt==5.0.0
5
  python-jose[cryptography]==3.3.0
6
  aiofiles==23.2.1
7
  pydantic[email]==2.7.1
8
- email-validator==2.1.1
 
 
1
  fastapi==0.111.0
2
  uvicorn==0.29.0
3
  python-multipart==0.0.9
4
+ bcrypt==4.0.1
5
  python-jose[cryptography]==3.3.0
6
  aiofiles==23.2.1
7
  pydantic[email]==2.7.1
8
+ email-validator==2.1.1
9
+ httpx==0.27.0