mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-21 05:19:28 +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"
|
- "3.7"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO=2.0.13
|
|
||||||
- DJANGO=2.1.8
|
|
||||||
- DJANGO=2.2
|
- DJANGO=2.2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -63,7 +63,7 @@ Installation
|
|||||||
`django-helpdesk` requires:
|
`django-helpdesk` requires:
|
||||||
|
|
||||||
* Python 3.5+
|
* 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`
|
You can quickly install the latest stable version of `django-helpdesk`
|
||||||
app via `pip`::
|
app via `pip`::
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Django>=2,<3
|
Django>=2.2,<3
|
||||||
django-bootstrap4-form
|
django-bootstrap4-form
|
||||||
celery
|
celery
|
||||||
django-celery-beat
|
django-celery-beat
|
||||||
|
Loading…
Reference in New Issue
Block a user