Skip to content

Commit

Permalink
Pin isort to <4.3.5 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Feb 27, 2019
1 parent 1d84615 commit 7a3d44d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
'testrpc': ["eth-testrpc>=1.3.3,<2.0.0"],
'linter': [
"flake8==3.4.1",
"isort>=4.2.15,<5",
"isort>=4.2.15,<4.3.5",
],
'docs': [
"mock",
"sphinx-better-theme>=0.1.4",
"click>=5.1",
"configparser==3.5.0",
"contextlib2>=0.5.4",
#"eth-testrpc>=0.8.0",
#"ethereum-tester-client>=1.1.0",
# "eth-testrpc>=0.8.0",
# "ethereum-tester-client>=1.1.0",
"ethtoken",
"py-geth>=1.4.0",
"py-solc>=0.4.0",
Expand Down

0 comments on commit 7a3d44d

Please sign in to comment.