Hold django 2.2 when under python 3.5

This commit is contained in:
Eliot Berriot 2020-02-25 13:54:02 +01:00
commit ce2f48dd91
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14

View file

@ -1,5 +1,6 @@
# Bleeding edge Django
django>=3.0.3,<3.1
django>=3.0.3,<3.1; python_version > '3.5'
django>=2.2,<3; python_version < '3.6'
setuptools>=36
# Configuration
django-environ>=0.4,<0.5