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