Skip to content

Commit

Permalink
Merge pull request ethereum#46 from pipermerriam/piper/update-testing…
Browse files Browse the repository at this point in the history
…-and-lint-deps

Update testing and lint deps
  • Loading branch information
pipermerriam authored Apr 23, 2020
2 parents 582e9aa + 4195de3 commit e38d234
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

extras_require = {
'test': [
"pytest==3.3.2",
"pytest==5.4.1",
"pytest-xdist",
"tox>=2.9.1,<3",
"tox==3.14.6",
],
'lint': [
"flake8==3.4.1",
"flake8==3.7.9",
"isort>=4.2.15,<5",
"mypy==0.701",
"mypy==0.770",
"pydocstyle>=3.0.0,<4",
],
'doc': [
Expand Down

0 comments on commit e38d234

Please sign in to comment.