Drop Python 3.4 support

This commit is contained in:
Cristi Vîjdea
2019-06-13 02:37:04 +03:00
parent 60e1346150
commit db154d196a
7 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Pillow>=4.3.0
django-cors-headers>=2.1.0
django-filter>=1.1.0,<2.0; python_version == "2.7"
django-filter>=1.1.0; python_version >= "3.4"
django-filter>=1.1.0; python_version >= "3.5"
djangorestframework-camel-case>=0.2.0
djangorestframework-recursive>=0.1.2
dj-database-url>=0.4.2