requirements.txt 327 B

123456789101112131415161718
  1. fastapi==0.109.0
  2. uvicorn[standard]==0.27.0
  3. pydantic==2.5.3
  4. pydantic-settings==2.1.0
  5. email-validator==2.1.0
  6. python-multipart==0.0.6
  7. PyJWT==2.8.0
  8. bcrypt==4.1.2
  9. pytest==7.4.3
  10. pytest-asyncio==0.21.1
  11. pytest-cov==4.1.0
  12. httpx==0.26.0
  13. hypothesis==6.92.1
  14. faker==20.1.0
  15. requests==2.31.0
  16. PyYAML==6.0.1
  17. PyMySQL==1.1.0
  18. cryptography==42.0.2