Fixes aiohttp 0.19.0 requirement. Fixes #383.

This commit is contained in:
grossmj 2016-01-01 15:21:41 -07:00
parent 061b459abe
commit 0f868ef107

View File

@ -40,7 +40,7 @@ class PyTest(TestCommand):
dependencies = [
"jsonschema>=2.4.0",
"aiohttp>=0.15.1",
"aiohttp>=0.19.0",
"Jinja2>=2.7.3",
"raven>=5.2.0",
"docker-py>=1.4.0",