1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Aiohttp 0.15.1

Conflicts:
	requirements.txt
	setup.py
This commit is contained in:
Julien Duponchelle 2015-04-30 22:48:27 +02:00
parent ab60d7929b
commit e6eab1fb25
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
netifaces==0.10.4
jsonschema==2.4.0
python-dateutil==2.3
aiohttp==0.14.4
aiohttp==0.15.1
Jinja2==2.7.3
raven==5.2.0

View File

@ -34,7 +34,7 @@ class PyTest(TestCommand):
sys.exit(errcode)
dependencies = ["aiohttp>=0.14.4",
dependencies = ["aiohttp>=0.15.1",
"jsonschema>=2.4.0",
"Jinja2>=2.7.3",
"raven>=5.2.0"]