mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 04:20:12 +03:00
updated dependency requirements versions
This commit is contained in:
parent
c4879a0190
commit
09302173fd
|
@ -1,5 +1,5 @@
|
|||
# PEP8 code linting, which we run on all commits.
|
||||
flake8==2.4.0
|
||||
flake8==3.4.1
|
||||
pep8==1.5.7
|
||||
|
||||
# Sort and lint imports
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# MkDocs to build our documentation.
|
||||
mkdocs==0.16.2
|
||||
mkdocs==0.16.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Optional packages which may be used with REST framework.
|
||||
pytz==2017.2
|
||||
markdown==2.6.4
|
||||
django-guardian==1.4.8
|
||||
django-guardian==1.4.9
|
||||
django-filter==1.0.4
|
||||
coreapi==2.2.4
|
||||
coreapi==2.3.1
|
||||
coreschema==0.0.4
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Wheel for PyPI installs.
|
||||
wheel==0.29.0
|
||||
wheel==0.30.0
|
||||
|
||||
# Twine for secured PyPI uploads.
|
||||
twine==1.6.5
|
||||
twine==1.9.1
|
||||
|
||||
# Transifex client for managing translation resources.
|
||||
transifex-client==0.11
|
||||
|
|
Loading…
Reference in New Issue
Block a user