[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
docker = "==6.0.0"
docker-compose = "==1.29.2"
Flask = "==2.0.2"
open-aea = {version = "==1.25.0.post1", extras = ["all"]}
open-aea-ledger-ethereum = "==1.25.0"
open-aea-cli-ipfs = "==1.25.0.post1"
Werkzeug= "==2.0.3"

[dev-packages]
### package deps
aiohttp = "==3.7.4.post0"
asn1crypto = "==1.4.0"
# we pin this as the range specified in open-aea-ledger-cosmos is wide
cosmpy = "==0.3.1"
grpcio = "==1.43.0"
hypothesis = "==6.21.6"
# latest supported for Python 3.7
numpy = "==1.21.6"
open-aea-ledger-cosmos = "==1.25.0.post1"
pandas = "==1.3.5"
pandas-stubs = "==1.2.0.62"
protobuf = "==3.19.4"
pytz = "==2022.2.1"
py-ecc = "==5.2.0"
py-eth-sig-utils = "==0.4.0"
### tests deps
mistune = "==2.0.3"
tomte = {version = "==0.1.5", extras = ["tox", "tests"]}

[requires]
python_version = "3.10"
