~netlandish/django-wiki

ea21fd90cae1a6a889eed849717706bf787e2239 — Benjamin Bach 4 years ago 3042c8f
Allow Django 3.0 in setup.py
1 files changed, 1 insertions(+), 1 deletions(-)

M setup.py
M setup.py => setup.py +1 -1
@@ 22,7 22,7 @@ def get_path(fname):


install_requirements = [
    "Django>=1.11,<2.3",
    "Django>=1.11,<3.1",
    "bleach>=3.1.0,<3.2",
    "Pillow",
    "django-nyt>=1.1.5,<1.2",