Update graphql_relay to last version

This commit is contained in:
Syrus Akbary 2016-06-18 14:31:33 -07:00
parent e7e2ed518a
commit c88e933e9e

View File

@ -56,7 +56,7 @@ setup(
install_requires=[ install_requires=[
'six>=1.10.0', 'six>=1.10.0',
'graphql-core>=0.5.1', 'graphql-core>=0.5.1',
'graphql-relay>=0.4.3', 'graphql-relay>=0.4.4',
'iso8601', 'iso8601',
], ],
tests_require=[ tests_require=[