Skip to content

Commit 8aea2c1

Browse files
Merge pull request #156 from InjectiveLabs/f/add_versions_setup
chore: add explicit versions in setup.py
2 parents 3503455 + 515e0d1 commit 8aea2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
VERSION = "0.5.8.5"
2121

2222
REQUIRED = [
23+
"protobuf==3.19.1",
24+
"grpcio-tools==1.42.0",
2325
"grpcio",
2426
"asyncio",
2527
"aiohttp",
@@ -28,8 +30,6 @@
2830
"mnemonic",
2931
"hdwallets",
3032
"pysha3",
31-
"protobuf",
32-
"grpcio-tools",
3333
"bip32",
3434
"requests",
3535
"eip712_structs",

0 commit comments

Comments
 (0)