Django upgrade bugfix release

This commit is contained in:
Eliot Berriot 2020-04-01 15:53:42 +02:00
parent 153900d325
commit 02f5e9f531
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 2 additions and 2 deletions

View File

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