mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-18 22:50:28 -04:00
clean up and add web3
This commit is contained in:
parent
a0cfa09ec4
commit
fc8d690a51
29 changed files with 3043 additions and 31 deletions
21
web3_python_toolkit/pyproject.toml
Normal file
21
web3_python_toolkit/pyproject.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
[tool.poetry]
|
||||
name = "web3-python-toolkit"
|
||||
version = "0.1.0"
|
||||
description="toolkit for web3"
|
||||
authors=["steinkirch"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "scripts"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "3.10"
|
||||
ethereum-etl = "2.1.2"
|
||||
python-dotenv = "0.21.0"
|
||||
web3 = "5.31.3"
|
||||
pandas = "^1.5.2"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
tox = "^4.0.16"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Add table
Add a link
Reference in a new issue