[requires]
python_version = "3.8"

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[[source]]
name = "yandex"
url = "https://pypi.yandex-team.ru/simple"
verify_ssl = true

[dev-packages]
aiohttp = "==3.6.2"
aiopg = {git = "https://github.com/r-dmv/aiopg.git", ref = "df3457a5c658d8ddddc9759b11c3b89cc8b3ee2c"}
alembic = "==1.2.1"
apispec = "==0.39.0"
click = "==7.0"
Deprecated = "==1.2.6"
flake8 = "==3.7.8"
isort = "==4.3.21"
marshmallow = "<3"
mypy = "==0.730"
psycopg2-binary = "==2.8.2"
pytest = "==5.2.1"
pytest-aiohttp = "==0.3.0"
pytest-cov = "==2.8.1"
pytest-mock = "==3.3.1"
pytest-progress = "==1.2.1"
sqlalchemy-stubs= "==0.2"
ujson = "==1.35"
uvloop = "==0.14.0"
webargs = "==5.5.2"
yenv = "==0.9"
