Fix imports for DRF 3.10 (#408)

Fixes #410
Fixes #411
This commit is contained in:
tfranzel
2019-07-16 19:39:44 +02:00
committed by Cristi Vîjdea
parent 1e380fe68b
commit 1904b0499e
4 changed files with 22 additions and 4 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ 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.5"
djangorestframework-camel-case>=0.2.0
#djangorestframework-camel-case>=0.2.0
# tempory replacement of broken lib
-e git+https://github.com/tfranzel/djangorestframework-camel-case.git@bd556d38fa7382acadfe91d93d92d99c663248a9#egg=djangorestframework_camel_case
djangorestframework-recursive>=0.1.2
dj-database-url>=0.4.2
user_agents>=1.1.0