# requirements.txt fastapi==0.104.1 uvicorn[standard]==0.24.0 psycopg2-binary==2.9.9 asyncpg==0.29.0 pydantic==2.5.0 pydantic-settings==2.1.0 python-dotenv==1.0.0 requests==2.31.0 httpx==0.25.2 python-json-logger==2.0.7 tenacity==8.2.3 prometheus-client==0.19.0 # Testing pytest==7.4.3 pytest-asyncio==0.21.1 pytest-cov==4.1.0 pytest-mock==3.12.0 factory-boy==3.3.0 faker==20.1.0 # Development black==23.11.0 isort==5.12.0 flake8==6.1.0 mypy==1.7.1