Skip to content

Commit

Permalink
fix: --no-deps flag for flashbots plugin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Sep 26, 2023
1 parent 53f506d commit 3f47267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ deps =
tomte[pylint]==0.2.13
commands =
python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-ethereum
python -m pip install file://{toxinidir}/plugins/aea-ledger-ethereum-flashbots
python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-ethereum-flashbots
python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-cosmos
python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-fetchai
python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-solana
Expand Down

0 comments on commit 3f47267

Please sign in to comment.