Skip to content

Commit 36e02fc

Browse files
committed
Added mypy req and dropping support for rlp<1
1 parent e74d50c commit 36e02fc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ hypothesis==3.7.0
44
bumpversion==0.5.3
55
eth-hash[pycryptodome]>=0.1.0,<1.0.0
66
twine==1.11.0
7+
mypy==0.630

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eth-hash>=0.1.0,<1.0.0",
2020
"eth-utils>=1.2.2,<2.0.0",
2121
"eth-typing>=2.0.0,<3",
22-
"rlp>=0.4.7,<2.0.0",
22+
"rlp>=1.0.3,<2.0.0",
2323
],
2424
license="MIT",
2525
zip_safe=False,

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ commands=
1313
py.test {posargs:tests}
1414
deps =
1515
-r{toxinidir}/requirements-dev.txt
16-
rlp0: rlp>=0.4.7,<1
16+
rlp0: rlp>=1.0.3,<2
1717
rlp1: rlp>=1,<2
1818
basepython =
1919
py35: python3.5

0 commit comments

Comments
 (0)