Remove python_requires from Django requirement

Fixes #113.
openapi3
Cristi Vîjdea 2018-05-02 20:30:09 +03:00 committed by GitHub
parent 5b225423ae
commit 698a175a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -8,5 +8,4 @@ six>=1.10.0
uritemplate>=3.0.0
djangorestframework>=3.7.7
Django>=1.11.7,<2.0; python_version <= "2.7"
Django>=1.11.7; python_version >= "3.4"
Django>=1.11.7