From 83f0c6e7176d6d20867e8cca550f771b93332325 Mon Sep 17 00:00:00 2001 From: Dalena Date: Wed, 25 Oct 2023 12:43:32 -0500 Subject: [PATCH] fix: test dependencies location --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 712ae39..dbcb1f7 100644 --- a/setup.py +++ b/setup.py @@ -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 @@ -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