mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 17:39:17 +02:00
Django upgrade bugfix release
This commit is contained in:
parent
153900d325
commit
02f5e9f531
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue