diff options
Diffstat (limited to 'backend/requirements.txt')
| -rw-r--r-- | backend/requirements.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/backend/requirements.txt b/backend/requirements.txt index 545f6b7..a9607fd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,8 +1,13 @@ fastapi uvicorn -pydantic +pydantic[email] openai google-generativeai python-dotenv httpx +python-multipart +# Authentication +python-jose[cryptography] +passlib[bcrypt] +sqlalchemy |
