mirror of
https://github.com/FlipsideCrypto/multicall.py.git
synced 2026-02-06 02:36:46 +00:00
19 lines
393 B
TOML
19 lines
393 B
TOML
[tool.poetry]
|
|
name = "multicall"
|
|
version = "0.1.1"
|
|
description = "aggregate results from multiple ethereum contract calls"
|
|
authors = ["banteg <banteeg@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
eth_abi = "^2.1.0"
|
|
eth_utils = "^1.8.4"
|
|
web3 = "^5.4.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|