ConnectU / requirements.txt
AlejandroCalizaya's picture
feat(api): add auth/onboarding endpoint
e9a4fe2
raw
history blame contribute delete
934 Bytes
# -----------------------------
# πŸš€ Server and API
# -----------------------------
fastapi
uvicorn
# -----------------------------
# βš™οΈ Configuration and Environment Variables
# -----------------------------
python-dotenv
# -----------------------------
# πŸ—„οΈ Database (Supabase)
# -----------------------------
supabase
# -----------------------------
# πŸ” JWT Tokens and Security
# -----------------------------
python-jose
passlib[bcrypt]
# -----------------------------
# πŸ“€ Email Sending (SendGrid)
# -----------------------------
sendgrid
# -----------------------------
# 🧩 Validations and Models
# -----------------------------
pydantic
email-validator
# -----------------------------
# πŸ€– Artificial Intelligence Integration
# -----------------------------
torch
sentence-transformers
# -----------------------------
# πŸ•°οΈ Date and Time Handling
# -----------------------------
python-dateutil