Crunchie opened this issue 4 years ago · 1 comments
This project appears to require Django >= 3.0
This should be specified in the setup.py, install_requires section
I think it should be install_requires=["Django>=3.0", "markdown", "bleach"],
install_requires=["Django>=3.0", "markdown", "bleach"],
Good catch.