Skip to content

Commit

Permalink
Bumping Django version for py3.5+ to address security issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohen02 committed Jun 24, 2021
1 parent db03419 commit 4383d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
include_package_data=True,
install_requires=[
"Django>=1.11.27,<2.0.0;python_version=='2.7'",
"Django>=2.2.9,<3.0.0;python_version=='3.5'",
"Django>=2.2;python_version>='3.6'",
"Django>=2.2.24,<3.0.0;python_version=='3.5'",
"Django>=2.2.24;python_version>='3.6'",
"djangorestframework==3.9.4;python_version=='2.7'",
"djangorestframework>=3.11.2;python_version>='3.5'",
"shortuuid==0.5.0;python_version=='2.7'",
Expand Down

0 comments on commit 4383d21

Please sign in to comment.