aiohttp~=3.8
asyncpg~=0.27
asyncstdlib~=3.10
bcrypt~=4.0
cloud-sql-python-connector[asyncpg]~=1.1
psycopg2~=2.9
pydantic~=2.4
pytest~=7.2
redis~=5.0
sqlalchemy[asyncio]~=2.0
sqlalchemy-utils~=0.41

[dev]
black~=22.10
flake8~=6.0
isort~=5.11

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