Initial commit - Migrated to Dev environment
This commit is contained in:
19
backend/requirements.txt
Executable file
19
backend/requirements.txt
Executable file
@@ -0,0 +1,19 @@
|
||||
fastapi
|
||||
uvicorn[standard]
|
||||
sqlalchemy
|
||||
asyncpg
|
||||
python-dotenv
|
||||
python-multipart
|
||||
python-jose[cryptography]
|
||||
bcrypt
|
||||
passlib[bcrypt]
|
||||
pydantic
|
||||
pydantic-settings
|
||||
minio
|
||||
redis
|
||||
email-validator
|
||||
alembic
|
||||
psycopg[binary]
|
||||
httpx
|
||||
pydantic[email]
|
||||
sendgrid==6.*
|
||||
Reference in New Issue
Block a user