forked from valory-xyz/autonomous-fund
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
37 lines (34 loc) · 1.18 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "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/autonomy package dependencies are specified in their respective configuration yaml files and as dev dependencies below
[dev-packages]
# we fix exact versions as it's sufficient to have at least one set of compatible dependencies for development
aiohttp = "<4.0.0,>=3.8.5"
asn1crypto = "==1.5.1"
certifi = "==2021.10.8"
grpcio = "==1.53.0"
hypothesis = "==6.21.6"
py-ecc = "==6.0.0"
py-eth-sig-utils = "==0.4.0"
pytz = "==2022.2.1"
pytest = "==7.2.1"
pytest-asyncio = "==0.20.3"
pytest-cov = "==4.0.0"
pytest-randomly = "==3.12.0"
requests = "==2.28.1"
open-aea = "==1.48.0"
open-aea-ledger-ethereum = "==1.48.0"
open-aea-ledger-cosmos = "==1.48.0"
open-aea-cli-ipfs = "==1.48.0"
open-aea-test-autonomy = "==0.14.6"
open-autonomy = {version = "==0.14.6", extras = ["all"]}
tomte = {version = "==0.2.15", extras = ["cli", "tests"]}
openapi-core = "==0.15.0"
openapi-spec-validator = "<0.5.0,>=0.4.0"
protobuf = "<4.25.0,>=4.21.6"
[requires]
python_version = "3.10"