Files
AutonetSellCar/backend/requirements.txt
2025-12-30 14:15:51 +09:00

19 lines
355 B
Plaintext

fastapi
uvicorn[standard]
sqlalchemy
# psycopg2-binary # Uncomment for PostgreSQL production
redis
python-dotenv
pydantic
pydantic-settings
python-jose[cryptography]
passlib[bcrypt]
python-multipart
aiofiles
httpx
lxml
alembic
email-validator
playwright # PDF capture for performance check reports
apscheduler # Scheduled tasks (exchange rate updates)