mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-05-15 21:33:47 +03:00
Updated version to 1.3 - Require graphene 1.4
This commit is contained in:
parent
46a1ddedd8
commit
1e34dfb3e5
4
setup.py
4
setup.py
|
@ -12,7 +12,7 @@ tests_require = [
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='graphene-django',
|
name='graphene-django',
|
||||||
version='1.2.1',
|
version='1.3',
|
||||||
|
|
||||||
description='Graphene Django integration',
|
description='Graphene Django integration',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
|
@ -43,7 +43,7 @@ setup(
|
||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'six>=1.10.0',
|
'six>=1.10.0',
|
||||||
'graphene>=1.1.3',
|
'graphene>=1.4',
|
||||||
'Django>=1.6.0',
|
'Django>=1.6.0',
|
||||||
'iso8601',
|
'iso8601',
|
||||||
'singledispatch>=3.4.0.3',
|
'singledispatch>=3.4.0.3',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user