Updated minimum requirement for Tastypie.

- Legacy-Id: 17824
This commit is contained in:
Henrik Levkowetz 2020-05-19 03:28:37 +00:00
parent 3a963eaf29
commit 986b43b234

View file

@ -21,7 +21,7 @@ django-referrer-policy>=1.0
django-request-profiler==0.14 # 0.15 and above requires Django 2.x django-request-profiler==0.14 # 0.15 and above requires Django 2.x
django-simple-history>=2.3.0 django-simple-history>=2.3.0
django-stubs==1.3.0 django-stubs==1.3.0
django-tastypie>=0.13.2 django-tastypie>=0.14.1 # For Django 2.0. Django 2.1 will require 0.14.2; Django 3.0 will require 0.14.3
django-webtest>=1.9.7 django-webtest>=1.9.7
django-widget-tweaks>=1.3 django-widget-tweaks>=1.3
docutils>=0.12,!=0.15 docutils>=0.12,!=0.15