Skip to content

Commit

Permalink
Update djangorestframework dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohen02 authored Jun 24, 2021
1 parent d0a93c5 commit 3364adf
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 @@ -24,8 +24,8 @@
"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'",
"djangorestframework==3.11.2;python_version=='2.7'",
"djangorestframework>=3.9.3;python_version>='3.5'",
"djangorestframework==3.9.4;python_version=='2.7'",
"djangorestframework>=3.11.2;python_version>='3.5'",
"shortuuid==0.5.0;python_version=='2.7'",
"shortuuid>=0.5.0;python_version>='3.5'",
"requests>=2.20.1",
Expand Down

0 comments on commit 3364adf

Please sign in to comment.