Update package requirements

This commit is contained in:
Syrus Akbary 2016-05-11 22:44:25 -07:00
parent ae7e48f739
commit 9da1d1ec00
3 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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=[

View File

@ -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