Update requirements to ensure Django 2.2 LTS

This commit is contained in:
Garret Wassermann 2019-04-01 21:39:19 -04:00
parent 7f19828a0e
commit 4fb8426153
3 changed files with 2 additions and 4 deletions

View File

@ -7,8 +7,6 @@ python:
- "3.7"
env:
- DJANGO=2.0.13
- DJANGO=2.1.8
- DJANGO=2.2
install:

View File

@ -63,7 +63,7 @@ Installation
`django-helpdesk` requires:
* Python 3.5+
* Django 2.x (2.2 LTS preferred)
* Django 2.2 LTS (latest bugfix release highly recommended)
You can quickly install the latest stable version of `django-helpdesk`
app via `pip`::

View File

@ -1,4 +1,4 @@
Django>=2,<3
Django>=2.2,<3
django-bootstrap4-form
celery
django-celery-beat