Hold django 2.2 when under python 3.5

This commit is contained in:
Eliot Berriot 2020-02-25 13:54:02 +01:00
parent f9c7d19be3
commit ce2f48dd91
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 2 additions and 1 deletions

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