Skip to content

Commit

Permalink
adds eth-ape as a project dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Feb 6, 2024
1 parent e04a0dc commit 8e3edb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
authors = [
{ name="NuCypher", email="[email protected]" },
]
description = "Automatic Tx Machine"
description = "Automatic Transaction Machine (ATxM) for Ethereum"
license = {file = "LICENSE"}
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -22,6 +22,7 @@ dependencies = [
test = [
"pytest",
"pytest-twisted",
"eth-ape",
]

[project.urls]
Expand Down

0 comments on commit 8e3edb9

Please sign in to comment.