We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694931e commit e53d277Copy full SHA for e53d277
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "eth-validator-watcher"
3
-version = "0.1.0"
+version = "1.0.0-beta.1"
4
description = "Ethereum Validator Watcher"
5
authors = ["Manu NALEPA <[email protected]>, Sébastien Rannou <[email protected]>"]
6
readme = "README.md"
@@ -20,8 +20,6 @@ pydantic-yaml = "^1.2.0"
20
pydantic-settings = "^2.1.0"
21
cachetools = "^5.3.3"
22
23
-snakeviz = "^2.2.0"
24
-viztracer = "^0.16.3"
25
[tool.poetry.group.dev.dependencies]
26
mypy = "^1.2.0"
27
black = "^23.3.0"
0 commit comments