Updated subpackages dependency

This commit is contained in:
Syrus Akbary 2016-08-16 00:02:16 -07:00
parent 8c321875cf
commit 1820a4eb60
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ setup(
install_requires=[
'six>=1.10.0',
'graphene>=1.0',
'graphene>=1.0.dev',
'Django>=1.6.0',
'iso8601',
'singledispatch>=3.4.0.3',

View File

@ -33,7 +33,7 @@ setup(
install_requires=[
'six>=1.10.0',
'graphene>=1.0',
'graphene>=1.0.dev',
'SQLAlchemy',
'singledispatch>=3.4.0.3',
],