requirements.txt 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. alembic==1.9.2
  2. annotated-types==0.7.0
  3. anyio==3.6.2
  4. asyncpg==0.27.0
  5. attrs==22.2.0
  6. autoflake==2.0.1
  7. bcrypt==4.0.1
  8. black==23.1.0
  9. certifi==2022.12.7
  10. cffi==1.15.1
  11. cfgv==3.3.1
  12. charset-normalizer==3.2.0
  13. click==8.1.3
  14. colorama==0.4.6
  15. coverage==7.1.0
  16. cryptography==39.0.0
  17. distlib==0.3.6
  18. dnspython==2.3.0
  19. email_validator==2.1.1
  20. fastapi==0.111.0
  21. fastapi-cli==0.0.4
  22. filelock==3.9.0
  23. flake8==6.0.0
  24. greenlet==2.0.2
  25. h11==0.14.0
  26. httpcore==0.16.3
  27. httptools==0.5.0
  28. httpx==0.23.3
  29. identify==2.5.17
  30. idna==3.4
  31. iniconfig==2.0.0
  32. isort==5.12.0
  33. Jinja2==3.1.4
  34. Mako==1.2.4
  35. markdown-it-py==3.0.0
  36. MarkupSafe==2.1.2
  37. mccabe==0.7.0
  38. mdurl==0.1.2
  39. mypy-extensions==1.0.0
  40. nodeenv==1.7.0
  41. numpy==1.25.2
  42. orjson==3.10.3
  43. packaging==23.0
  44. pandas==2.1.0
  45. passlib==1.7.4
  46. pathspec==0.11.0
  47. platformdirs==2.6.2
  48. pluggy==1.0.0
  49. pre-commit==3.0.4
  50. psycopg2==2.9.7
  51. pycodestyle==2.10.0
  52. pycparser==2.21
  53. pydantic==2.7.1
  54. pydantic-settings==2.2.1
  55. pydantic_core==2.18.2
  56. pyflakes==3.0.1
  57. Pygments==2.18.0
  58. PyJWT==2.6.0
  59. pytest==7.2.1
  60. pytest-asyncio==0.20.3
  61. python-dateutil==2.8.2
  62. python-dotenv==0.21.1
  63. python-multipart==0.0.9
  64. pytz==2023.3.post1
  65. PyYAML==6.0
  66. requests==2.31.0
  67. rfc3986==1.5.0
  68. rich==13.7.1
  69. shellingham==1.5.4
  70. six==1.16.0
  71. sniffio==1.3.0
  72. SQLAlchemy==2.0.1
  73. starlette==0.37.2
  74. typer==0.12.3
  75. typing_extensions==4.12.0
  76. tzdata==2023.3
  77. ujson==5.10.0
  78. urllib3==2.0.4
  79. uvicorn==0.20.0
  80. virtualenv==20.17.1
  81. watchfiles==0.18.1
  82. websockets==10.4