Skip to content

Commit 671c80d

Browse files
committed
Add support for django 4
1 parent 5db7b4b commit 671c80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
forbiddenfruit==0.1.4
2-
djangorestframework==3.12.4
2+
djangorestframework>=3.12.4
33
pyyaml>=5.3.1,<5.4
44
uritemplate==4.1.1
55
djangorestframework-simplejwt==5.2.0
66
pytz==2022.1
7-
django<4.0,>=3.2.5
7+
django<5.0,>=3.2.5

0 commit comments

Comments
 (0)