Skip to content

Commit

Permalink
Added mypy req and dropping support for rlp<1
Browse files Browse the repository at this point in the history
  • Loading branch information
6ug committed Oct 20, 2018
1 parent e74d50c commit 36e02fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ hypothesis==3.7.0
bumpversion==0.5.3
eth-hash[pycryptodome]>=0.1.0,<1.0.0
twine==1.11.0
mypy==0.630
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eth-hash>=0.1.0,<1.0.0",
"eth-utils>=1.2.2,<2.0.0",
"eth-typing>=2.0.0,<3",
"rlp>=0.4.7,<2.0.0",
"rlp>=1.0.3,<2.0.0",
],
license="MIT",
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commands=
py.test {posargs:tests}
deps =
-r{toxinidir}/requirements-dev.txt
rlp0: rlp>=0.4.7,<1
rlp0: rlp>=1.0.3,<2
rlp1: rlp>=1,<2
basepython =
py35: python3.5
Expand Down

0 comments on commit 36e02fc

Please sign in to comment.