Skip to content

Commit 6f6674f

Browse files
committed
fix: package dependency
1 parent c021647 commit 6f6674f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pysha3 = "*"
1515
protobuf = "*"
1616
grpcio-tools = "*"
1717
bip32 = "*"
18-
json = "*"
1918
requests = "*"
2019
eip712_structs = "*"
2120
coincurve = "*"

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
EMAIL = "achilleas@injectivelabs.com"
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.6.6"
20+
VERSION = "0.5.6.7"
2121

2222
REQUIRED = [
2323
"grpcio",
@@ -31,7 +31,6 @@
3131
"protobuf",
3232
"grpcio-tools",
3333
"bip32",
34-
"json",
3534
"requests",
3635
"eip712_structs",
3736
"coincurve",

0 commit comments

Comments
 (0)