mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-12 18:00:45 +01:00
Update requirements to ensure Django 2.2 LTS
This commit is contained in:
parent
7f19828a0e
commit
4fb8426153
@ -7,8 +7,6 @@ python:
|
||||
- "3.7"
|
||||
|
||||
env:
|
||||
- DJANGO=2.0.13
|
||||
- DJANGO=2.1.8
|
||||
- DJANGO=2.2
|
||||
|
||||
install:
|
||||
|
@ -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`::
|
||||
|
@ -1,4 +1,4 @@
|
||||
Django>=2,<3
|
||||
Django>=2.2,<3
|
||||
django-bootstrap4-form
|
||||
celery
|
||||
django-celery-beat
|
||||
|
Loading…
Reference in New Issue
Block a user