Update requirements (#4125)

This commit is contained in:
José Padilla 2016-05-16 08:24:09 -04:00 committed by Tom Christie
parent 768ae26aa4
commit d721021429
5 changed files with 7 additions and 7 deletions

View File

@ -3,4 +3,4 @@ flake8==2.4.0
pep8==1.5.7 pep8==1.5.7
# Sort and lint imports # Sort and lint imports
isort==4.2.2 isort==4.2.5

View File

@ -1,2 +1,2 @@
# MkDocs to build our documentation. # MkDocs to build our documentation.
mkdocs==0.13.2 mkdocs==0.15.3

View File

@ -1,4 +1,4 @@
# Optional packages which may be used with REST framework. # Optional packages which may be used with REST framework.
markdown==2.6.4 markdown==2.6.6
django-guardian==1.3.2 django-guardian==1.4.4
django-filter==0.10.0 django-filter==0.10.0

View File

@ -1,8 +1,8 @@
# Wheel for PyPI installs. # Wheel for PyPI installs.
wheel==0.24.0 wheel==0.29.0
# Twine for secured PyPI uploads. # Twine for secured PyPI uploads.
twine==1.4.0 twine==1.6.5
# Transifex client for managing translation resources. # Transifex client for managing translation resources.
transifex-client==0.11 transifex-client==0.11

View File

@ -1,4 +1,4 @@
# PyTest for running the tests. # PyTest for running the tests.
pytest==2.8.5 pytest==2.9.1
pytest-django==2.9.1 pytest-django==2.9.1
pytest-cov==1.8.1 pytest-cov==1.8.1