Skip to content

Commit 2c9fc46

Browse files
author
abel
committed
(fix) Updated web3 dependency in Pipenv and setup.py to include the version requirement
1 parent 71ad540 commit 2c9fc46

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protobuf = "*"
2020
requests = "*"
2121
safe-pysha3 = "*"
2222
urllib3 = "<2"
23-
web3 = "*"
23+
web3 = ">=6.0.0"
2424
websockets = "*"
2525

2626
[dev-packages]

Pipfile.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"protobuf",
3636
"requests",
3737
"safe-pysha3",
38-
"urllib3",
39-
"web3"
38+
"urllib3 < 2",
39+
"web3 >= 6.0.0"
4040
"websockets",
4141
]
4242

0 commit comments

Comments
 (0)