Skip to content

Commit 6d98328

Browse files
authored
Merge pull request #331 from AltSchool/install-requires-discrepancy-fix
Update installation requirements to actually allow installation along…
2 parents aa76511 + d6cb044 commit 6d98328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install_requires.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django>=2.2,<3.2
1+
Django>=2.2,<4
22
djangorestframework>=3.11.0,<=3.12.4
33
inflection>=0.4.0
44
requests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
NAME = 'dynamic-rest'
44
DESCRIPTION = 'Dynamic API support to Django REST Framework.'
55
URL = 'http://github.com/AltSchool/dynamic-rest'
6-
VERSION = '2.1.0'
6+
VERSION = '2.1.1'
77
SCRIPTS = ['manage.py']
88

99
setup(

0 commit comments

Comments
 (0)