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

[packages]
aiohttp = "<3.8,>=3.7.4"
docker = "==6.1.2"
Flask = "==2.0.2"
open-aea = {version = "==1.36.0", extras = ["all"]}
open-aea-ledger-ethereum = "==1.36.0"
open-aea-ledger-ethereum-hwi = "==1.36.0"
open-aea-cli-ipfs = "==1.36.0"
ipfshttpclient = "==0.8.0a2"
Werkzeug= "==2.0.3"
watchdog = ">=2.1.6"
pytest = "==7.2.1"
click = "==8.0.2"
valory-docker-compose = "==1.29.3"

[dev-packages]
### package deps
aiohttp = "<3.8,>=3.7.4"
asn1crypto = "<1.5.0,>=1.4.0"
ecdsa = ">=0.15"
web3 = "==5.31.4"
certifi = "*"
multidict = "*"
eth_typing = "*"
typing_extensions = ">=3.10.0.2"
py-eth-sig-utils = "*"
hexbytes = "*"
packaging = "*"
pytest-asyncio = "*"
open-aea-ledger-cosmos = "==1.36.0"
# we pin this as the range specified in open-aea-ledger-cosmos is wide
cosmpy = "==0.6.0"
grpcio = "==1.47.0"
hypothesis = "==6.21.6"
# latest supported for Python 3.7
numpy = "==1.21.6"
pandas = "==1.3.5"
pandas-stubs = "==1.2.0.62"
protobuf = "<=3.20.1,>=3.19"
pytz = "==2022.2.1"
py-ecc = "==5.2.0"
python-dotenv = ">=0.14.0,<0.18.0"
requests = "==2.28.2"
### tests deps
tomte = {version = "==0.2.13", extras = ["tests", "cli"]}
texttable = "==1.6.7"
toml = "==0.10.2"

[requires]
python_version = "3.10"
