mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Update requirements (#4125)
This commit is contained in:
parent
768ae26aa4
commit
d721021429
|
@ -3,4 +3,4 @@ flake8==2.4.0
|
|||
pep8==1.5.7
|
||||
|
||||
# Sort and lint imports
|
||||
isort==4.2.2
|
||||
isort==4.2.5
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# MkDocs to build our documentation.
|
||||
mkdocs==0.13.2
|
||||
mkdocs==0.15.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Optional packages which may be used with REST framework.
|
||||
markdown==2.6.4
|
||||
django-guardian==1.3.2
|
||||
markdown==2.6.6
|
||||
django-guardian==1.4.4
|
||||
django-filter==0.10.0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Wheel for PyPI installs.
|
||||
wheel==0.24.0
|
||||
wheel==0.29.0
|
||||
|
||||
# Twine for secured PyPI uploads.
|
||||
twine==1.4.0
|
||||
twine==1.6.5
|
||||
|
||||
# Transifex client for managing translation resources.
|
||||
transifex-client==0.11
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# PyTest for running the tests.
|
||||
pytest==2.8.5
|
||||
pytest==2.9.1
|
||||
pytest-django==2.9.1
|
||||
pytest-cov==1.8.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user