nicolaydef commited on
Commit
d96864c
·
verified ·
1 Parent(s): af0d627

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- fastapi==0.109.0
2
- uvicorn==0.27.0
3
- textblob==0.17.1
4
- pydantic==2.5.3
5
- python-multipart
6
- google-api-python-client
7
- google-auth
8
- google-auth-oauthlib
 
1
+ fastapi==0.109.0
2
+ uvicorn==0.27.0
3
+ textblob==0.17.1
4
+ pydantic==2.5.3
5
+ python-multipart
6
+ google-api-python-client
7
+ google-auth
8
+ passlib[bcrypt]