mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
Updated graphene version to 0.9
This commit is contained in:
parent
0d0343874d
commit
5b63084802
6
setup.py
6
setup.py
|
@ -24,7 +24,7 @@ class PyTest(TestCommand):
|
|||
|
||||
setup(
|
||||
name='graphene',
|
||||
version='0.9b1',
|
||||
version='0.9',
|
||||
|
||||
description='GraphQL Framework for Python',
|
||||
long_description=open('README.rst').read(),
|
||||
|
@ -55,8 +55,8 @@ setup(
|
|||
|
||||
install_requires=[
|
||||
'six>=1.10.0',
|
||||
'graphql-core==0.5b3',
|
||||
'graphql-relay==0.4b1',
|
||||
'graphql-core>=0.5.0',
|
||||
'graphql-relay>=0.4.1',
|
||||
'iso8601',
|
||||
],
|
||||
tests_require=[
|
||||
|
|
Loading…
Reference in New Issue
Block a user