mirror of
https://github.com/graphql-python/graphene.git
synced 2025-06-28 01:13:09 +03:00
Updated requirements
This commit is contained in:
parent
ae8a23bfb8
commit
3093d2b300
4
setup.py
4
setup.py
|
@ -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.5.1',
|
||||||
'graphql-relay>=0.4.1',
|
'graphql-relay>=0.4.2',
|
||||||
'iso8601',
|
'iso8601',
|
||||||
],
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
|
|
6
tox.ini
6
tox.ini
|
@ -7,9 +7,9 @@ deps=
|
||||||
pytest>=2.7.2
|
pytest>=2.7.2
|
||||||
django>=1.8.0,<1.9
|
django>=1.8.0,<1.9
|
||||||
pytest-django
|
pytest-django
|
||||||
graphql-django-view==1.3b1
|
graphql-django-view==1.3
|
||||||
graphql-core>=0.5.0
|
graphql-core>=0.5.1
|
||||||
graphql-relay>=0.4.1
|
graphql-relay>=0.4.2
|
||||||
six
|
six
|
||||||
blinker
|
blinker
|
||||||
singledispatch
|
singledispatch
|
||||||
|
|
Loading…
Reference in New Issue
Block a user