-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
694931e
commit e53d277
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "eth-validator-watcher" | ||
version = "0.1.0" | ||
version = "1.0.0-beta.1" | ||
description = "Ethereum Validator Watcher" | ||
authors = ["Manu NALEPA <[email protected]>, Sébastien Rannou <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -20,8 +20,6 @@ pydantic-yaml = "^1.2.0" | |
pydantic-settings = "^2.1.0" | ||
cachetools = "^5.3.3" | ||
|
||
snakeviz = "^2.2.0" | ||
viztracer = "^0.16.3" | ||
[tool.poetry.group.dev.dependencies] | ||
mypy = "^1.2.0" | ||
black = "^23.3.0" | ||
|