forked from fetchai/agents-aea
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Pipfile
61 lines (58 loc) · 1.57 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[[source]]
url = "https://test.pypi.org/simple"
verify_ssl = true
name = "test-pypi"
[packages]
# we don't specify dependencies for the library here for intallation as per: https://pipenv-fork.readthedocs.io/en/latest/advanced.html#pipfile-vs-setuppy
# aea and plugin dependencies are specified in setup.py
[dev-packages]
# we fix exact versions as it's sufficient to have at least one set of compatible dependencies for development
setuptools = "==59.6.0"
aiohttp = "<4.0.0,>=3.8.5"
asn1crypto = "<1.5.0,>=1.4.0"
bech32 = "==1.2.0"
defusedxml = "==0.6.0"
# ^ still used?
docker = "==4.2.0"
ecdsa = ">=0.15"
eth-account = "<0.9.0,>=0.8.0"
gym = "==0.15.6"
hypothesis = "==6.21.6"
ipfshttpclient = "==0.8.0a2"
liccheck = "==0.6.0"
memory-profiler = "==0.57.0"
# ^ still used?
numpy = ">=1.18.1"
openapi-core = "==0.15.0"
openapi-spec-validator = "<0.5.0,>=0.4.0"
packaging = "<24.0,>=23.1"
pexpect = "==4.8.0"
protobuf = "<4.25.0,>=4.21.6"
psutil = "==5.7.0"
pycryptodome = ">=3.10.1"
pytest-custom-exit-code = "==0.3.0"
GitPython = "<4.0.0,>=3.1.37"
requests = "==2.28.1"
idna = "<=3.3"
cosmpy = "==0.9.2"
web3 = "<7,>=6.0.0"
semver = "<3.0.0,>=2.9.1"
py-multibase = ">=1.0.0"
py-multicodec = ">=0.2.0"
google-api-python-client = "<=2.60.0"
certifi = "<=2022.6.15.1"
mistune = "==2.0.3"
tomte = {version = "==0.2.13", extras = ["tox", "tests"]}
docspec = "==2.2.1"
docspec-python = "==2.2.1"
hexbytes = "==0.3.0"
ledgerwallet = "==0.1.3"
construct = "<=2.10.61"
werkzeug = "*"
pytest-asyncio = "*"
multidict = "*"
toml = "==0.10.2"