We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74d50c commit 36e02fcCopy full SHA for 36e02fc
requirements-dev.txt
@@ -4,3 +4,4 @@ hypothesis==3.7.0
4
bumpversion==0.5.3
5
eth-hash[pycryptodome]>=0.1.0,<1.0.0
6
twine==1.11.0
7
+mypy==0.630
setup.py
@@ -19,7 +19,7 @@
19
"eth-hash>=0.1.0,<1.0.0",
20
"eth-utils>=1.2.2,<2.0.0",
21
"eth-typing>=2.0.0,<3",
22
- "rlp>=0.4.7,<2.0.0",
+ "rlp>=1.0.3,<2.0.0",
23
],
24
license="MIT",
25
zip_safe=False,
tox.ini
@@ -13,7 +13,7 @@ commands=
13
py.test {posargs:tests}
14
deps =
15
-r{toxinidir}/requirements-dev.txt
16
- rlp0: rlp>=0.4.7,<1
+ rlp0: rlp>=1.0.3,<2
17
rlp1: rlp>=1,<2
18
basepython =
py35: python3.5
0 commit comments