fastapi>=0.68.0
psycopg2-binary>=2.9.1
asyncpg>=0.24.0
pydantic>=1.8.2

[dev]
pytest>=6.2.5
black>=21.5b2
isort>=5.9.1
mypy>=0.812
flake8>=3.9.2

[test]
pytest>=6.2.5
pytest-asyncio>=0.15.1
pytest-cov>=2.12.1
