Fix: Fix permission check for tastypie / update to 0.14.1

This commit is contained in:
winkidney
2018-08-26 03:35:14 -07:00
parent 913a0ba08d
commit fe1439b2a2
5 changed files with 81 additions and 40 deletions

View File

@@ -14,7 +14,7 @@ requests = "*"
django-taggit = "*"
django-braces = "*"
django-compressor = "*"
django-tastypie = ">=0.13.0,<0.14"
django-tastypie = "*"
mock = "*"
factory-boy = "<2.0,>=1.3"
gunicorn = "*"