Skip to content

Commit 8e592ff

Browse files
author
peiyun@inj21
committed
add Pipfile and Pipfile.lock back
changed required python to 3.7
1 parent 6dbde43 commit 8e592ff

File tree

2 files changed

+324
-0
lines changed

2 files changed

+324
-0
lines changed

Pipfile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
grpcio = "*"
8+
asyncio = "*"
9+
aiohttp = "*"
10+
ecdsa = "*"
11+
bech32 = "*"
12+
mnemonic = "*"
13+
hdwallets = "*"
14+
pysha = "*"
15+
16+
[dev-packages]
17+
18+
[requires]
19+
python_version = "3.7"

0 commit comments

Comments
 (0)