Skip to content

Commit e08e72b

Browse files
authored
Needs at least Django 3.0, closes #101
1 parent eefa5fb commit e08e72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_long_description():
3737
"templatetags/*.py",
3838
]
3939
},
40-
install_requires=["Django", "markdown", "bleach"],
40+
install_requires=["Django>=3.0", "markdown", "bleach"],
4141
extras_require={
4242
"test": [
4343
"psycopg2",

0 commit comments

Comments
 (0)