Add Django 2.1 to requirements

See https://github.com/encode/django-rest-framework/pull/5510
This commit is contained in:
Stani 2018-09-04 17:08:54 +02:00 committed by GitHub
parent abec82ae49
commit 41bd1e1b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ There is a live example API for testing purposes, [available here][sandbox].
# Requirements
* Python (2.7, 3.4, 3.5, 3.6)
* Django (1.11, 2.0)
* Django (1.11, 2.0, 2.1)
# Installation