[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

brewblox-service = "~=0.8"
aioinflux = "~=0.3.0"


[dev-packages]

pytest-sugar = "*"
pytest-flake8 = "*"
pytest-cov = "*"
pytest-mock = "*"
pytest-aiohttp = "*"
asynctest = "*"
aioresponses = "*"


[requires]

python_version = "3.6"
