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~=4.3
sqlalchemy[asyncio]~=1.4
sqlalchemy-utils~=0.38

[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
