We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c021647 commit 6f6674fCopy full SHA for 6f6674f
Pipfile
@@ -15,7 +15,6 @@ pysha3 = "*"
15
protobuf = "*"
16
grpcio-tools = "*"
17
bip32 = "*"
18
-json = "*"
19
requests = "*"
20
eip712_structs = "*"
21
coincurve = "*"
setup.py
@@ -17,7 +17,7 @@
EMAIL = "achilleas@injectivelabs.com"
AUTHOR = "Injective Labs"
REQUIRES_PYTHON = ">=3.7.0"
-VERSION = "0.5.6.6"
+VERSION = "0.5.6.7"
22
REQUIRED = [
23
"grpcio",
@@ -31,7 +31,6 @@
31
"protobuf",
32
"grpcio-tools",
33
"bip32",
34
- "json",
35
"requests",
36
"eip712_structs",
37
"coincurve",
0 commit comments