pull/105/head
Andrey 2023-03-08 19:34:20 +02:00
rodzic 55aaf70ec8
commit e5c761c3f3
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -17,12 +17,12 @@ setup(
"libcst",
"pysha3<2.0.0,>=1.0.0",
"tqdm",
"typing-extensions<4,>=3.7.4",
"web3 >=5.27.0",
"typing-extensions",
"web3>=5.27.0",
],
extras_require={
"dev": ["isort", "mypy", "wheel", "web3[tester] >=5.27.0"],
"moonstream": ["moonstreamdb >= 0.3.2"],
"dev": ["isort", "mypy", "wheel", "web3>=5.27.0"],
"moonstream": ["moonstreamdb>= 0.3.3"],
"distribute": ["setuptools", "twine", "wheel"],
},
description="moonworm: Generate a command line interface to any Ethereum smart contract",