Skip to content

Commit

Permalink
chore: move dependency to test dependency (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 3, 2024
1 parent d17d1ae commit 822db3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"pytest-xdist", # Multi-process runner
"pytest-cov", # Coverage analyzer plugin
"hypothesis>=6.2.0,<7", # Strategy-based fuzzer
"ethpm-types", # Imported in tests
],
"lint": [
"black>=24.10.0,<25", # Auto-formatter and linter
Expand Down Expand Up @@ -63,7 +64,6 @@
include_package_data=True,
install_requires=[
"eth-ape>=0.8.18,<0.9",
"ethpm-types", # Use same version as eth-ape
],
python_requires=">=3.9,<4",
extras_require=extras_require,
Expand Down

0 comments on commit 822db3f

Please sign in to comment.