Skip to content

Commit e6642b7

Browse files
committed
fix: remove less than version for Django #243
1 parent d5f0038 commit e6642b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
urllib3<2 ; python_version < '3.7' # urllib3 2.0 dropped support for Python 3.6
22
zipp<3.7 ; python_version < '3.7' # zipp 3.7.0 dropped support for Python 3.6
3-
Django>=3.2, <=5.0.3
3+
Django>=3.2
44
Markdown<3.6
55
requests
66
bleach

0 commit comments

Comments
 (0)