Skip to content

Commit

Permalink
Make the monkey ledger optional
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Nov 24, 2023
1 parent a700155 commit 0166353
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ eth-ape
ape-vyper
ape-alchemy
ape-hardhat
ape-ledger
ape-ledger[ledger]
black
flake8
isort
Expand Down
12 changes: 0 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ape-alchemy==0.5.0
# via -r requirements.in
ape-hardhat==0.5.0
# via -r requirements.in
ape-ledger==0.5.0
# via -r requirements.in
ape-vyper==0.5.0
# via -r requirements.in
async-timeout==4.0.2
Expand Down Expand Up @@ -54,7 +52,6 @@ charset-normalizer==2.1.1
# requests
click==8.1.3
# via
# ape-ledger
# black
# eth-ape
# pip-tools
Expand All @@ -81,7 +78,6 @@ eth-abi==3.0.1
# web3
eth-account==0.7.0
# via
# ape-ledger
# eth-ape
# eth-tester
# web3
Expand All @@ -90,7 +86,6 @@ eth-ape==0.5.2
# -r requirements.in
# ape-alchemy
# ape-hardhat
# ape-ledger
# ape-vyper
eth-bloom==1.0.4
# via py-evm
Expand Down Expand Up @@ -118,7 +113,6 @@ eth-tester[py-evm]==0.7.0b1
# web3
eth-typing==3.2.0
# via
# ape-ledger
# eip712
# eth-abi
# eth-ape
Expand All @@ -129,7 +123,6 @@ eth-typing==3.2.0
# web3
eth-utils==2.0.0
# via
# ape-ledger
# eip712
# eth-abi
# eth-account
Expand Down Expand Up @@ -166,7 +159,6 @@ greenlet==3.0.1
hexbytes==0.3.0
# via
# ape-hardhat
# ape-ledger
# eip712
# eth-account
# eth-ape
Expand All @@ -175,8 +167,6 @@ hexbytes==0.3.0
# evm-trace
# trie
# web3
hidapi==0.10.1
# via ape-ledger
identify==2.5.6
# via pre-commit
idna==3.4
Expand All @@ -187,7 +177,6 @@ ijson==3.1.4
# via eth-ape
importlib-metadata==5.0.0
# via
# ape-ledger
# eth-ape
iniconfig==1.1.1
# via pytest
Expand Down Expand Up @@ -354,7 +343,6 @@ rich==12.6.0
# eth-ape
rlp==3.0.0
# via
# ape-ledger
# eth-account
# eth-rlp
# eth-tester
Expand Down

0 comments on commit 0166353

Please sign in to comment.