Skip to content

Commit c387c87

Browse files
author
mongkok
committed
Upgraded Django version
1 parent d62bc2b commit c387c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_version(package):
3636
)),
3737
packages=find_packages(exclude=['tests*']),
3838
install_requires=[
39-
'Django >=1.11, <=2.2',
39+
'Django >=1.11, <=2.2.8',
4040
'graphene-django>=2.0.0',
4141
'graphql-core>=2.1,<3',
4242
'PyJWT>=1.5.0',

0 commit comments

Comments
 (0)