Skip to content

Commit

Permalink
fix: don't use bad web3 versions (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Feb 1, 2023
1 parent 0a12d51 commit 48e38b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bobs_lazy_logging>=0.0.2
eth_retry>=0.1.15,<0.2
multicall>=0.6.2
# web3 5.29 thru 5.31.2 are unable to use async provider in subthreads
web3>=5.27,!=5.29.*,!=5.30.*,!=5.31.1,!=5.31.2

0 comments on commit 48e38b7

Please sign in to comment.