forked from valory-xyz/hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
53 lines (50 loc) · 1.24 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
open-aea = {version = "==1.53.0", extras = ["all"]}
open-aea-cli-ipfs = "==1.53.0"
open-aea-cosmpy = "==0.6.7"
open-aea-ledger-cosmos = "==1.53.0"
open-aea-ledger-ethereum = "==1.53.0"
open-aea-ledger-ethereum-hwi = "==1.53.0"
open-aea-test-autonomy = "==0.15.0"
web3 = "<7,>=6.0.0"
open-autonomy = {version = "==0.15.0", extras = ["all"]}
requests = ">=2.28.1,<2.31.2"
[dev-packages]
aiohttp = "<4.0.0,>=3.8.5"
asn1crypto = "<1.5.0,>=1.4.0"
certifi = "*"
click = ">=8.1.0,<9"
docker = "==6.1.2"
ecdsa = ">=0.15"
eth-abi = "==4.0.0"
eth-account = ">=0.8.0,<0.9.0"
eth-utils = "==2.2.0"
eth_typing ="*"
grpcio = "==1.53.0"
hexbytes = "*"
hypothesis = "==6.21.6"
ipfshttpclient = "==0.8.0a2"
multidict = "*"
numpy = ">=1.21.6"
packaging = "*"
pandas = "==1.5.3"
pandas-stubs = "==1.2.0.62"
protobuf = "<4.25.0,>=4.21.6"
py-ecc = "==6.0.0"
pycryptodome = "==3.18.0"
pytest = "==7.2.1"
pytest-asyncio = "*"
python-dotenv = ">=0.14.0,<0.18.0"
pytz = "==2022.2.1"
requests = "==2.28.1"
texttable = "==1.6.7"
toml = "==0.10.2"
tomte = {version = "==0.2.17", extras = ["tests", "cli"]}
typing_extensions = ">=3.10.0.2"
valory-docker-compose = "==1.29.3"
[requires]
python_version = "3.10"