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 583a193 commit f75910bCopy full SHA for f75910b
setup.py
@@ -6,17 +6,16 @@
6
deps = {
7
'eth': [
8
"cryptography>=2.0.3,<3.0.0",
9
- "cytoolz>=0.9.0,<1.0.0",
10
- "eth-bloom>=1.0.0,<2.0.0",
11
- "eth-keys>=0.2.0b3,<1.0.0",
+ "eth-bloom>=1.0.3,<2.0.0",
+ "eth-keys>=0.2.1,<1.0.0",
12
"eth-typing>=2.0.0,<3.0.0",
13
- "eth-utils>=1.3.0b0,<2.0.0",
+ "eth-utils>=1.3.0,<2.0.0",
14
"lru-dict>=1.1.6",
15
"mypy_extensions>=0.4.1,<1.0.0",
16
"py-ecc>=1.4.7,<2.0.0",
17
"pyethash>=0.1.27,<1.0.0",
18
- "rlp>=1.0.3,<2.0.0",
19
- "trie>=1.3.5,<2.0.0",
+ "rlp>=1.1.0,<2.0.0",
+ "trie>=1.3.8,<2.0.0",
20
],
21
# The eth-extra sections is for libraries that the evm does not
22
# explicitly need to function and hence should not depend on.
0 commit comments