Fix typing_extensions (#1556)

* change versions

* Move away from pyethereum dependency

* Remove leveldb

* Change requirements

* Add rzpad()

* Fix issues with sha3

* Fix sha3 edge cases

* Fix setup.py

* Restrict eth-utils

* Restrict eth-typing

* Fix py-ecc

* Fix typing_extensions
pull/1557/head
Nikhil Parasaram 3 years ago committed by GitHub
parent 2fe53f1721
commit 5683310f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      requirements.txt
  2. 2
      setup.py

@ -29,7 +29,7 @@ requests
rlp rlp
semantic_version semantic_version
transaction>=2.2.1 transaction>=2.2.1
typing_extensions typing-extensions<4,>=3.7.4
z3-solver>=4.8.8.0 z3-solver>=4.8.8.0
pysha3 pysha3
matplotlib matplotlib

@ -53,7 +53,7 @@ REQUIRED = [
"persistent>=4.2.0", "persistent>=4.2.0",
"ethereum-input-decoder>=0.2.2", "ethereum-input-decoder>=0.2.2",
"matplotlib", "matplotlib",
"typing_extensions", "typing-extensions<4,>=3.7.4",
"py-evm", "py-evm",
"certifi>=2020.06.20", "certifi>=2020.06.20",
] ]

Loading…
Cancel
Save