eth2.0-specs/test_libs/pyspec/requirements.txt
Hsiao-Wei Wang f0ceefc36d
Make test_libs/pyspec/tests pass
1. Use `typing_inspect` library to check if it's `typing.List[Any]`. Use it in `is_list_type`.
2. Add `__hash__`, `__eq__`, `__repr__` methods to some classes.
2019-05-28 13:57:42 +08:00

6 lines
101 B
Plaintext

eth-utils>=1.3.0,<2
eth-typing>=2.1.0,<3.0.0
pycryptodome==3.7.3
py_ecc>=1.6.0
typing_inspect==0.4.0