This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
109 lines (105 loc) · 2.33 KB
/
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
beautifulsoup4 = "==4.10.0"
black = "==21.9b0"
certifi = "==2021.10.8"
charset-normalizer = "==2.0.7"
click = "==8.0.1"
flake8 = "==4.0.1"
ghp-import = "==2.0.2"
idna = "==3.3"
importlib-metadata = "==4.8.1"
isort = "==5.9.3"
jsbeautifier = "==1.14.0"
mccabe = "==0.6.1"
mergedeep = "==1.3.4"
mkdocs = "==1.2.2"
mkdocs-material = "==7.3.1"
mkdocs-material-extensions = "==1.0.3"
mkdocs-mermaid2-plugin = "==0.5.2"
mypy-extensions = "==0.4.3"
pathspec = "==0.9.0"
platformdirs = "==2.4.0"
pycodestyle = "==2.8.0"
pyflakes = "==2.4.0"
pymdown-extensions = "==9.0"
pyparsing = "==2.4.7"
python-dateutil = "==2.8.2"
regex = "==2021.9.30"
requests = "==2.26.0"
six = "==1.16.0"
soupsieve = "==2.2.1"
toml = "==0.10.2"
tomli = "==1.2.1"
typing-extensions = "==3.10.0.2"
urllib3 = "==1.26.7"
vulture = "==2.3"
watchdog = "==2.1.6"
zipp = "==3.6.0"
EditorConfig = "==0.12.3"
Jinja2 = "==3.0.2"
Markdown = "==3.3.4"
MarkupSafe = "==2.0.1"
Pygments = "==2.10.0"
PyYAML = "==5.4.1"
pyyaml_env_tag = "==0.1"
aea = "==1.1.0"
aea-ledger-ethereum = "==1.1.0"
aea-ledger-fetchai = "==1.1.0"
attrs = "==21.2.0"
base58 = "==2.1.0"
bech32 = "==1.2.0"
bitarray = "==1.2.2"
cachetools = "==4.2.4"
cosmpy = "==0.1.4"
cytoolz = "==0.11.0"
ecdsa = "==0.16.1"
eth-abi = "==2.1.1"
eth-account = "==0.5.2"
eth-hash = "==0.3.2"
eth-keyfile = "==0.5.1"
eth-keys = "==0.3.3"
eth-rlp = "==0.2.1"
eth-typing = "==2.2.2"
eth-utils = "==1.10.0"
google-api-core = "==2.1.1"
google-api-python-client = "==2.27.0"
google-auth = "==2.3.0"
google-auth-httplib2 = "==0.1.0"
googleapis-common-protos = "==1.53.0"
grpcio = "==1.41.0"
hexbytes = "==0.2.2"
httplib2 = "==0.20.1"
ipfshttpclient = "==0.6.1"
jsonschema = "==3.2.0"
lru-dict = "==1.1.7"
multiaddr = "==0.0.9"
netaddr = "==0.8.0"
parsimonious = "==0.8.1"
protobuf = "==3.13.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycryptodome = "==3.11.0"
pymultihash = "==0.8.2"
pyrsistent = "==0.18.0"
python-dotenv = "==0.17.1"
rlp = "==1.2.0"
rsa = "==4.7.2"
semver = "==2.13.0"
toolz = "==0.11.1"
uritemplate = "==4.1.1"
varint = "==1.0.2"
web3 = "==5.12.0"
websockets = "==8.1"
boto3 = "*"
mkdocs-video = "==1.1.0"
[dev-packages]
[requires]
python_version = "3.8"
[scripts]
docs = "bash ./scripts/launch_docs.sh"
app = "bash ./scripts/run_storj.sh"
container_app = "python app.py"