django-rest-framework/requirements/requirements-codestyle.txt
Carlton Gibson 296904099f Update test matrix: Add Django 2.0, drop 1.8 (#5457)
* Add Django 2.0 to tox/travis.

Updated requirements

* Drop Django 1.8 & 1.9
2017-09-27 10:29:48 +02:00

8 lines
141 B
Plaintext

# PEP8 code linting, which we run on all commits.
flake8==3.4.1
flake8-tidy-imports==1.1.0
pep8==1.7.0
# Sort and lint imports
isort==4.2.5