Skip to content

Commit

Permalink
Upgraded Django version
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Dec 5, 2019
1 parent d62bc2b commit c387c87
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 @@ -36,7 +36,7 @@ def get_version(package):
)),
packages=find_packages(exclude=['tests*']),
install_requires=[
'Django >=1.11, <=2.2',
'Django >=1.11, <=2.2.8',
'graphene-django>=2.0.0',
'graphql-core>=2.1,<3',
'PyJWT>=1.5.0',
Expand Down

0 comments on commit c387c87

Please sign in to comment.