Skip to content

Commit

Permalink
fix: install
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 7, 2025
1 parent 4ad2023 commit 1a966ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ readme = "README.md"
requires-python = ">=3.10,<4"

dependencies = [
"eth-ape>=0.8,<1",
"eth-ape>=0.8.24,<1",
"pydantic>=2.7,<3",
# NOTE: Pinning issue w/ Ape
"eth-typing<5",
]

[project.optional-dependencies]
Expand All @@ -33,7 +31,7 @@ lint = [
"apepay[bot]"
]
test = [
"ape-titanoboa",
"ape-titanoboa>=0.8.0a0",
]
dev = [
"apepay[bot,lint,test]"
Expand Down

0 comments on commit 1a966ec

Please sign in to comment.