requirements.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. annotated-types==0.7.0
  2. anyio==4.6.0
  3. bcrypt==4.2.0
  4. certifi==2024.8.30
  5. charset-normalizer==3.4.0
  6. click==8.1.7
  7. colorama==0.4.6
  8. crypto==1.4.1
  9. fastapi==0.115.0
  10. greenlet==3.1.1
  11. h11==0.14.0
  12. httpcore==1.0.6
  13. httptools==0.6.1
  14. httpx==0.27.2
  15. idna==3.10
  16. jose==1.0.0
  17. Naked==0.1.32
  18. passlib==1.7.4
  19. pyasn1==0.6.1
  20. pycryptodomex==3.20.0
  21. pydantic==2.9.2
  22. pydantic-settings==2.5.2
  23. pydantic_core==2.23.4
  24. PyJWT==2.9.0
  25. PyMySQL==1.1.1
  26. python-dotenv==1.0.1
  27. PyYAML==6.0.2
  28. requests==2.32.3
  29. rsa==4.9
  30. ruamel.yaml==0.18.6
  31. ruamel.yaml.clib==0.2.8
  32. shellescape==3.8.1
  33. sniffio==1.3.1
  34. SQLAlchemy==2.0.35
  35. starlette==0.38.6
  36. typing_extensions==4.12.2
  37. urllib3==2.2.3
  38. uvicorn==0.31.0
  39. watchfiles==0.24.0
  40. websockets==13.1