Skip to content

Commit 7752d0c

Browse files
Merge pull request #150 from InjectiveLabs/f/fix_dependencies
chore: set explicit dependencies
2 parents 111b4fa + cb97802 commit 7752d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7+
protobuf = "==3.19.1"
8+
grpcio-tools = "==1.42.0"
79
grpcio = "*"
810
asyncio = "*"
911
aiohttp = "*"
@@ -12,8 +14,6 @@ bech32 = "*"
1214
mnemonic = "*"
1315
hdwallets = "*"
1416
pysha3 = "*"
15-
protobuf = "*"
16-
grpcio-tools = "*"
1717
bip32 = "*"
1818
requests = "*"
1919
eip712_structs = "*"

0 commit comments

Comments
 (0)