Skip to content

Commit

Permalink
fix: remove upper limit on Django version
Browse files Browse the repository at this point in the history
  • Loading branch information
saemideluxe committed Nov 13, 2024
1 parent 94b8754 commit 5fe984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def readme():
license="New BSD License",
install_requires=[
# core dependencies
"Django>=3.2,<5.0",
"Django>=3.2",
"htmlgenerator", # replacement for django templates
"django-extensions", # bunch of usefull management commands and functions
"django-guardian", # object level permissions
Expand Down

0 comments on commit 5fe984d

Please sign in to comment.