mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Merge pull request #46 from pipermerriam/piper/update-testing-and-lint-deps
Update testing and lint deps
This commit is contained in:
8
setup.py
8
setup.py
@ -7,14 +7,14 @@ from setuptools import (
|
|||||||
|
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'test': [
|
'test': [
|
||||||
"pytest==3.3.2",
|
"pytest==5.4.1",
|
||||||
"pytest-xdist",
|
"pytest-xdist",
|
||||||
"tox>=2.9.1,<3",
|
"tox==3.14.6",
|
||||||
],
|
],
|
||||||
'lint': [
|
'lint': [
|
||||||
"flake8==3.4.1",
|
"flake8==3.7.9",
|
||||||
"isort>=4.2.15,<5",
|
"isort>=4.2.15,<5",
|
||||||
"mypy==0.701",
|
"mypy==0.770",
|
||||||
"pydocstyle>=3.0.0,<4",
|
"pydocstyle>=3.0.0,<4",
|
||||||
],
|
],
|
||||||
'doc': [
|
'doc': [
|
||||||
|
|||||||
Reference in New Issue
Block a user