From 6d150bb62c5b76d8eb60fe69463043ab2e7bd1ee Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 13 Apr 2017 14:45:27 +0200 Subject: [PATCH] Freeze server dependencies to the same version used for 1.5.3 --- .travis.yml | 2 ++ requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1c7bda6..b6d711a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: +- '3.4' - '3.5' +- '3.6' sudo: false cache: pip install: diff --git a/requirements.txt b/requirements.txt index 21a43549..3bf3f042 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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