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

[dev-packages]
pytest = "6"
pytest-aiohttp = "*"
pytest-asyncio = "*"
coverage = "*"
coveralls = "*"
setuptools = "*"
wheel = "*"
twine = "*"

[packages]
aiohttp = "3.7.4"
yarl = "1.5"

[requires]
python_version = "3.8"
