We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"],
The text was updated successfully, but these errors were encountered:
Good catch.
Sorry, something went wrong.
e08e72b
Release 0.14
c13ab2a
Refs #30, #93, #94, #95, #96, #97, #98, #100, #101, #102, #103, #104, #105, #106, #107, #108, #109
No branches or pull requests
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"],
The text was updated successfully, but these errors were encountered: