Skip to content

Commit

Permalink
Merge pull request #331 from AltSchool/install-requires-discrepancy-fix
Browse files Browse the repository at this point in the history
Update installation requirements to actually allow installation along…
  • Loading branch information
chdastolfo authored Nov 24, 2021
2 parents aa76511 + d6cb044 commit 6d98328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install_requires.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=2.2,<3.2
Django>=2.2,<4
djangorestframework>=3.11.0,<=3.12.4
inflection>=0.4.0
requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NAME = 'dynamic-rest'
DESCRIPTION = 'Dynamic API support to Django REST Framework.'
URL = 'http://github.com/AltSchool/dynamic-rest'
VERSION = '2.1.0'
VERSION = '2.1.1'
SCRIPTS = ['manage.py']

setup(
Expand Down

0 comments on commit 6d98328

Please sign in to comment.