asyncpg~=0.27
psycopg2~=2.9
pydantic~=1.10
pytest~=7.2
redis~=4.3
sqlalchemy[asyncio]~=1.4
sqlalchemy-utils~=0.38

[dev]
black~=22.10

[test]
pytest-asyncio~=0.20
pytest-cov~=4.0
pytest-mock~=3.10
pytest-xdist[psutil]~=3.0
