Loosen version pinning for Django

This change is in accordance with https://github.com/digitalocean/netbox/issues/2808
This commit is contained in:
Christian Mäder 2019-02-08 13:38:36 +01:00 committed by Christian Mäder
parent f8ea0f74ec
commit 582064f4cd
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB

View File

@ -25,7 +25,7 @@ RUN pip install \
# pinning django to the version required by netbox
# adding it here, to install the correct version of
# django-rq
'Django>=1.11,<2.1' \
'Django>=2.1.5,<2.2' \
# django-rq is used for webhooks
django-rq