Skip to content
New issue

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

Specify Django 3.0 dependency in setup.py #101

Closed
Crunchie opened this issue May 11, 2021 · 1 comment
Closed

Specify Django 3.0 dependency in setup.py #101

Crunchie opened this issue May 11, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Crunchie
Copy link

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"],

@simonw simonw added the enhancement New feature or request label May 11, 2021
@simonw
Copy link
Owner

simonw commented May 11, 2021

Good catch.

@simonw simonw closed this as completed in e08e72b May 11, 2021
@simonw simonw added this to the 0.14 milestone May 16, 2021
simonw added a commit that referenced this issue May 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants