Merge pull request #3892 from ostcar/update-dev-tools
update the dev tools
This commit is contained in:
commit
2b5df310af
@ -3,8 +3,8 @@ coverage
|
|||||||
# Use master of flake8 until flake8 3.6 is released that supports python3.7
|
# Use master of flake8 until flake8 3.6 is released that supports python3.7
|
||||||
git+https://gitlab.com/pycqa/flake8.git
|
git+https://gitlab.com/pycqa/flake8.git
|
||||||
isort
|
isort
|
||||||
mypy<=0.620
|
mypy
|
||||||
pytest>=3.6,<3.7
|
pytest
|
||||||
pytest-django
|
pytest-django
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
@ -6,7 +6,7 @@ Django>=1.11,<2.2
|
|||||||
djangorestframework>=3.4,<3.9
|
djangorestframework>=3.4,<3.9
|
||||||
jsonfield2>=3.0,<3.1
|
jsonfield2>=3.0,<3.1
|
||||||
jsonschema>=2.6.0<2.7
|
jsonschema>=2.6.0<2.7
|
||||||
mypy_extensions>=0.3,<0.4
|
mypy_extensions>=0.4,<0.5
|
||||||
PyPDF2>=1.26,<1.27
|
PyPDF2>=1.26,<1.27
|
||||||
roman>=2.0,<3.1
|
roman>=2.0,<3.1
|
||||||
setuptools>=29.0,<41.0
|
setuptools>=29.0,<41.0
|
||||||
|
Loading…
Reference in New Issue
Block a user