Skip to content

Commit

Permalink
docs: say why needed
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 31, 2023
1 parent 51d07b6 commit b085060
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,8 +8,8 @@
"pytest-xdist", # multi-process runner
"pytest-cov", # Coverage analyzer plugin
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
"ape-alchemy",
"ape-foundry",
"ape-alchemy", # Needed for testing in a forked network
"ape-foundry", # Needed for forked-network features
],
"lint": [
"black>=23.7.0,<24", # Auto-formatter and linter
Expand Down

0 comments on commit b085060

Please sign in to comment.