1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Freeze server dependencies to the same version used for 1.5.3

This commit is contained in:
Julien Duponchelle 2017-04-13 14:45:27 +02:00
parent 3afe85ba3c
commit 6d150bb62c
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
language: python
python:
- '3.4'
- '3.5'
- '3.6'
sudo: false
cache: pip
install:

View File

@ -1,7 +1,7 @@
jsonschema>=2.4.0
aiohttp>=1.3.5,<=1.4.0 # pyup: ignore
aiohttp-cors==0.5.1 # pyup: ignore
yarl>=0.9.8,<0.10 # pyup: ignore
aiohttp==1.2.0 # pyup: ignore
aiohttp-cors==0.4.0 # pyup: ignore
yarl==0.8.1 # pyup: ignore
typing>=3.5.3.0 # Otherwise yarl fail with python 3.4
Jinja2>=2.7.3
raven>=5.23.0