Skip to content

Commit

Permalink
client: clean up some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed Jun 30, 2021
1 parent e467bed commit 0dd74f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,11 @@
"py-solc-x==1.1.0",
"pycryptodome==3.9.8",
"cryptography==3.3.2",
"requests==2.21.0",
"rlp==1.1.0",
"semantic-version==2.8.4",
"six==1.15.0",
"toolz==0.9.0",
"urllib3==1.24.2",
"web3==4.8.2",
"websockets==6.0",
"web3>=4,<5",
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 0dd74f7

Please sign in to comment.