Skip to content

Commit

Permalink
fix: remove less than version for Django #243
Browse files Browse the repository at this point in the history
  • Loading branch information
agusmakmun committed Apr 15, 2024
1 parent d5f0038 commit e6642b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
urllib3<2 ; python_version < '3.7' # urllib3 2.0 dropped support for Python 3.6
zipp<3.7 ; python_version < '3.7' # zipp 3.7.0 dropped support for Python 3.6
Django>=3.2, <=5.0.3
Django>=3.2
Markdown<3.6
requests
bleach
Expand Down

0 comments on commit e6642b7

Please sign in to comment.