mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 01:26:53 +03:00
Update testing requirements
This commit is contained in:
parent
c63e35cb09
commit
eb61eb2b86
|
@ -1,7 +1,7 @@
|
|||
# PEP8 code linting, which we run on all commits.
|
||||
flake8==3.4.1
|
||||
flake8==3.5.0
|
||||
flake8-tidy-imports==1.1.0
|
||||
pep8==1.7.0
|
||||
pycodestyle==2.3.1
|
||||
|
||||
# Sort and lint imports
|
||||
isort==4.2.5
|
||||
isort==4.2.15
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
pytz==2017.2
|
||||
markdown==2.6.4
|
||||
django-guardian==1.4.9
|
||||
django-filter==1.0.4
|
||||
django-filter==1.1.0
|
||||
coreapi==2.3.1
|
||||
coreschema==0.0.4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# PyTest for running the tests.
|
||||
pytest==3.2.2
|
||||
pytest==3.2.5
|
||||
pytest-django==3.1.2
|
||||
pytest-cov==2.5.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user