Skip to content

Commit

Permalink
Merge pull request #6 from KPrasch/main
Browse files Browse the repository at this point in the history
relock dependencies
  • Loading branch information
KPrasch authored Feb 15, 2024
2 parents 68e74ae + 6920f5c commit dd25c9b
Show file tree
Hide file tree
Showing 4 changed files with 457 additions and 519 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ name = "pypi"
[packages]
web3 = "*"
twisted = "*"
eth-account = "<0.11,>=0.10.0"
eth-account = "<0.9"
eth-typing = "<4,>=3.5.2"
eth-utils = "<3,>=2.3.1"
eth-abi = "<5,>=4.2.1"
eth-keys = "<0.5,>=0.4.0"
rlp = "<4,>=3.0.0"
urllib3 = "<2,>=1.26.16"

[dev-packages]
# testing
eth-ape = "*"
eth-ape = "<7"
pytest = "*"
pytest-mock = "*"
pytest-twisted = "*"
Expand Down
Loading

0 comments on commit dd25c9b

Please sign in to comment.