Skip to content

Commit

Permalink
Fixed Graphene dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Aug 17, 2019
1 parent 4f8f3b9 commit bdf2f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_version(package):
install_requires=[
'Django>=1.11',
'graphene-django>=2.0.0',
'graphql-core>=2.1',
'graphql-core>=2.1,<3',
'PyJWT>=1.5.0',
],
classifiers=[
Expand Down

0 comments on commit bdf2f32

Please sign in to comment.