mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 01:49:50 +03:00
update dependencies
This commit is contained in:
parent
0bd3b6d2c2
commit
21b8d01bb6
|
@ -1,7 +1,7 @@
|
|||
# PEP8 code linting, which we run on all commits.
|
||||
flake8==3.5.0
|
||||
flake8==3.7.3
|
||||
flake8-tidy-imports==1.1.0
|
||||
pycodestyle==2.3.1
|
||||
|
||||
# Sort and lint imports
|
||||
isort==4.3.3
|
||||
isort==4.3.4
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Optional packages which may be used with REST framework.
|
||||
psycopg2-binary==2.7.5
|
||||
psycopg2-binary==2.7.7
|
||||
markdown==2.6.11
|
||||
django-guardian==1.5.0
|
||||
django-filter==1.1.0
|
||||
django-filter==2.1.0
|
||||
coreapi==2.3.1
|
||||
coreschema==0.0.4
|
||||
pyyaml
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Wheel for PyPI installs.
|
||||
wheel==0.30.0
|
||||
wheel==0.32.3
|
||||
|
||||
# Twine for secured PyPI uploads.
|
||||
twine==1.11.0
|
||||
twine==1.12.1
|
||||
|
||||
# Transifex client for managing translation resources.
|
||||
transifex-client==0.11
|
||||
transifex-client==0.13.6
|
||||
|
|
Loading…
Reference in New Issue
Block a user