requirements.txt 294 B

12345678910111213141516
  1. fastapi==0.104.0
  2. uvicorn==0.24.0
  3. sqlalchemy==2.0.23
  4. aiomysql==0.2.0
  5. redis==5.0.1
  6. python-jose[cryptography]==3.3.0
  7. passlib[bcrypt]==1.7.4
  8. pydantic==2.5.2
  9. pydantic-settings==2.1.0
  10. python-multipart==0.0.6
  11. pytest==7.4.3
  12. pytest-asyncio==0.21.1
  13. black==23.11.0
  14. flake8==6.1.0
  15. mypy==1.7.1
  16. httpx==0.25.2