Skip to content

Commit f75910b

Browse files
authored
Update dependencies (#1710)
* Update dependencies * update eth-bloom
1 parent 583a193 commit f75910b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
deps = {
77
'eth': [
88
"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",
9+
"eth-bloom>=1.0.3,<2.0.0",
10+
"eth-keys>=0.2.1,<1.0.0",
1211
"eth-typing>=2.0.0,<3.0.0",
13-
"eth-utils>=1.3.0b0,<2.0.0",
12+
"eth-utils>=1.3.0,<2.0.0",
1413
"lru-dict>=1.1.6",
1514
"mypy_extensions>=0.4.1,<1.0.0",
1615
"py-ecc>=1.4.7,<2.0.0",
1716
"pyethash>=0.1.27,<1.0.0",
18-
"rlp>=1.0.3,<2.0.0",
19-
"trie>=1.3.5,<2.0.0",
17+
"rlp>=1.1.0,<2.0.0",
18+
"trie>=1.3.8,<2.0.0",
2019
],
2120
# The eth-extra sections is for libraries that the evm does not
2221
# explicitly need to function and hence should not depend on.

0 commit comments

Comments
 (0)