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 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/ 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 --download-cache $HOME/.cache/pip psycopg2 > /dev/null 2>&1
pip install https://github.com/graphql-python/graphql-core/archive/master.zip pip install --download-cache $HOME/.cache/pip/ -e .
pip install https://github.com/graphql-python/graphql-relay-py/archive/master.zip
pip install --download-cache $HOME/.cache/pip/ -e .[django] pip install --download-cache $HOME/.cache/pip/ -e .[django]
pip install --download-cache $HOME/.cache/pip/ -e .[sqlalchemy] pip install --download-cache $HOME/.cache/pip/ -e .[sqlalchemy]
pip install django==$DJANGO_VERSION pip install django==$DJANGO_VERSION

View File

@ -55,8 +55,8 @@ setup(
install_requires=[ install_requires=[
'six>=1.10.0', 'six>=1.10.0',
# 'graphql-core>=0.5.0', 'graphql-core==0.5b3',
# 'graphql-relay==0.4.2', 'graphql-relay==0.4b1',
'iso8601', 'iso8601',
], ],
tests_require=[ tests_require=[

View File

@ -8,8 +8,8 @@ deps=
django>=1.8.0,<1.9 django>=1.8.0,<1.9
pytest-django pytest-django
graphql-django-view>=1.0.0 graphql-django-view>=1.0.0
graphql-core==0.4.9 graphql-core==0.5b3
graphql-relay==0.3.3 graphql-relay==0.4b1
six six
blinker blinker
singledispatch singledispatch