Skip to content

Commit

Permalink
Keep some restrictions from before.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Apr 10, 2024
1 parent 6b592a0 commit c00c984
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 221 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ 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"
python-statemachine = "*"
rlp = "<4,>=3.0.0"
urllib3 = "<2,>=1.26.16"

[dev-packages]
# testing
Expand Down
Loading

0 comments on commit c00c984

Please sign in to comment.