Skip to content

Commit

Permalink
chore(setup): Update pyproject.toml
Browse files Browse the repository at this point in the history
* Fix description
* Allow all Python 3.12 versions to run the poetry project
  • Loading branch information
TobiWo committed Apr 13, 2024
1 parent 6901fcb commit 4c234bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
authors = ["Tobias Wohland <Tobias.Wohland@gmail.com>"]
description = "Logs upcoming validator duties to the console."
description = "Log upcoming validator duties to the console."
license = "MIT"
name = "eth-duties"
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ version = "0.6.0"
[tool.poetry.dependencies]
eth-typing = "==3.5.2"
fastapi = "==0.104.1"
python = "==3.12.0"
python = "~3.12"
pyyaml = "==6.0.1"
requests = "==2.31.0"
sty = "==1.0.4"
Expand Down

0 comments on commit 4c234bf

Please sign in to comment.