forked from paralink-network/paralink-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
52 lines (48 loc) · 880 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
#substrate-interface = {editable = true, path = "./py-substrate-interface"}
[packages]
jsonrpcserver = "*"
pytest = "*"
sanic = "*"
sphinx = "*"
sphinxcontrib-napoleon = "*"
sanic-jsonrpc = "*"
aiohttp = "==3.7.3"
pytest-sanic = "*"
python-dotenv = "*"
ipython = "*"
funcy = "*"
ipytest = "*"
pprintpp = "*"
numpy = "*"
aioresponses = "*"
asyncpg = "*"
pytest-mock = "*"
ipfshttpclient = "==0.7.0a1"
sanic-session = "*"
pdbpp = "*"
docopt = "*"
alembic = "*"
psycopg2 = "*"
jedi = "==0.17.2"
web3 = "==5.11.1"
celery = "*"
stdiomask = "*"
pre-commit = "*"
pandas = "*"
pandasql = "*"
pydocstyle = "*"
jsonschema = "*"
substrate-interface = "==0.11.18"
sanic-cors = "*"
rich = "*"
sqlalchemy = "==1.4.0b2"
bcrypt = "*"
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true