Force Django version to be at least 3.0.9

This commit is contained in:
Raphael Michel
2020-08-05 11:22:35 +02:00
parent 35c8684cd4
commit c4415beb8c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Functional requirements # Functional requirements
Django==3.0.* Django==3.0.*,>=3.0.9
djangorestframework==3.11.* djangorestframework==3.11.*
python-dateutil==2.8.* python-dateutil==2.8.*
isoweek isoweek

View File

@@ -88,7 +88,7 @@ setup(
keywords='tickets web shop ecommerce', keywords='tickets web shop ecommerce',
install_requires=[ install_requires=[
'Django==3.0.*', 'Django==3.0.*,>=3.0.9',
'djangorestframework==3.11.*', 'djangorestframework==3.11.*',
'python-dateutil==2.8.*', 'python-dateutil==2.8.*',
'isoweek', 'isoweek',