Skip to content

Commit

Permalink
fix: test dependencies location
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Oct 25, 2023
1 parent cb47135 commit 83f0c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"pytest-xdist", # multi-process runner
"pytest-cov", # Coverage analyzer plugin
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
"ape-alchemy>=0.6.5,<0.7.0",
"ape-foundry>=0.6.17,<0.7.0",
],
"lint": [
"black>=23.7.0,<24", # Auto-formatter and linter
Expand Down Expand Up @@ -57,8 +59,6 @@
include_package_data=True,
install_requires=[
"eth-ape>=0.6.11,<0.7.0",
"ape-alchemy>=0.6.5,<0.7.0",
"ape-foundry>=0.6.17,<0.7.0",
"eip712>=0.2.0,<0.3.0",
"requests>=2.31.0,<3",
"pydantic", # Use same version as eth-ape
Expand Down

0 comments on commit 83f0c6e

Please sign in to comment.