mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 19:54:34 +00:00
Add dataclasses==0.6
to setup.py
This commit is contained in:
parent
7a71919c53
commit
dc01218182
@ -10,6 +10,7 @@ setup(
|
|||||||
"pycryptodome==3.7.3",
|
"pycryptodome==3.7.3",
|
||||||
"py_ecc>=1.6.0",
|
"py_ecc>=1.6.0",
|
||||||
"typing_inspect==0.4.0",
|
"typing_inspect==0.4.0",
|
||||||
"ssz==0.1.0a10"
|
"ssz==0.1.0a10",
|
||||||
|
"dataclasses==0.6",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user