From 9da1d1ec00e0703f20313430ed10f53c17ddeb8c Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 11 May 2016 22:44:25 -0700 Subject: [PATCH] Update package requirements --- .travis.yml | 3 +-- setup.py | 4 ++-- tox.ini | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a368387..71535d3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,7 @@ install: if [ "$TEST_TYPE" = build ]; then pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django django-filter sqlalchemy_utils pip install --download-cache $HOME/.cache/pip psycopg2 > /dev/null 2>&1 - pip install https://github.com/graphql-python/graphql-core/archive/master.zip - pip install https://github.com/graphql-python/graphql-relay-py/archive/master.zip + pip install --download-cache $HOME/.cache/pip/ -e . pip install --download-cache $HOME/.cache/pip/ -e .[django] pip install --download-cache $HOME/.cache/pip/ -e .[sqlalchemy] pip install django==$DJANGO_VERSION diff --git a/setup.py b/setup.py index 925518f0..8d9f2819 100644 --- a/setup.py +++ b/setup.py @@ -55,8 +55,8 @@ setup( install_requires=[ 'six>=1.10.0', - # 'graphql-core>=0.5.0', - # 'graphql-relay==0.4.2', + 'graphql-core==0.5b3', + 'graphql-relay==0.4b1', 'iso8601', ], tests_require=[ diff --git a/tox.ini b/tox.ini index a3a5b251..866200ec 100644 --- a/tox.ini +++ b/tox.ini @@ -8,8 +8,8 @@ deps= django>=1.8.0,<1.9 pytest-django graphql-django-view>=1.0.0 - graphql-core==0.4.9 - graphql-relay==0.3.3 + graphql-core==0.5b3 + graphql-relay==0.4b1 six blinker singledispatch