-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (35 loc) · 909 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (35 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tool.poetry]
authors = ["Tobias Wohland <Tobias.Wohland@gmail.com>"]
description = "Log upcoming validator duties to the console."
license = "MIT"
name = "eth-duties"
readme = "README.md"
repository = "https://github.com/TobiWo/eth-duties"
version = "v0.8.0"
packages = [{include = "duties"}]
[tool.poetry.dependencies]
eth-typing = "==3.5.2"
fastapi = "==0.104.1"
python = "~3.12"
pyyaml = "==6.0.1"
requests = "==2.31.0"
sty = "==1.0.4"
uvicorn = "==0.24.0.post1"
[tool.poetry.group.dev.dependencies]
black = "==23.11.0"
dataclass-binder = "==0.3.4"
isort = "==5.12.0"
mypy = "==1.7.0"
pydoclint = "==0.5.7"
pyinstaller = "==6.2.0"
pylint = "==3.0.2"
rope = "==1.11.0"
tqdm = "==4.66.2"
types-PyYAML = "==6.0.12.12"
types-requests = "==2.31.0.10"
types-tqdm = "==4.66.0.20240106"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]
[tool.isort]
profile = "black"