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

[dev-packages]
rope = "*"
flake8 = "*"
isort = "*"
black = "==18.9b0"
pytest = "==4.0.1"
pytest-coverage = "*"
pytest-asyncio = "*"
mypy = "*"
httpbin = "*"

[packages]
aiohttp = "*"
lxml = "*"
cssselect = "*"
yarl = "*"
jsonpath-rw = "*"

[requires]
python_version = "3.7"
