Skip to content

Commit

Permalink
Needs at least Django 3.0, closes #101
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 11, 2021
1 parent eefa5fb commit e08e72b
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 @@ -37,7 +37,7 @@ def get_long_description():
"templatetags/*.py",
]
},
install_requires=["Django", "markdown", "bleach"],
install_requires=["Django>=3.0", "markdown", "bleach"],
extras_require={
"test": [
"psycopg2",
Expand Down

0 comments on commit e08e72b

Please sign in to comment.