simonw/django-sql-dashboard

Specify Django 3.0 dependency in setup.py

Crunchie opened this issue · 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"],

Good catch.