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

[packages]
open-aea = {version = "==1.20.0", extras = ["all"]}
open-aea-ledger-ethereum = "==1.20.0"
open-aea-ledger-cosmos = "==1.20.0"
open-aea-cli-ipfs = "==1.20.0"

[dev-packages]
asn1crypto = "==1.4.0"
atheris = "==2.0.11"
bandit = "==1.7.0"
black = "==21.6b0"
bs4 = "==0.0.1"
certifi = "==2021.10.8"
click = "==8.0.2"
darglint = "==1.8.0"
docker = "==5.0.2"
docker-compose = "==1.29.2"
flake8 = "==3.9.2"
flake8-bugbear = "==21.9.1"
flake8-docstrings = "==1.6.0"
flake8-eradicate = "==1.1.0"
flake8-isort = "==4.0.0"
grpcio = "==1.43.0"
hypothesis = "==6.21.6"
ipfshttpclient = "==0.8.0a2"
isort = "==5.9.3"
markdown = "==3.3.4"
markdown-include = "==0.6.0"
mistune = "==2.0.3"
mkdocs = "==1.3.0"
mkdocs-material = "==7.1.10"
mkdocs-macros-plugin = "==0.7.0"
multidict = "==5.2.0"
mypy = "==0.910"
protobuf = "==3.19.4"
pydoc-markdown = "==4.3.2"
pydocstyle = "==6.1.1"
pymdown-extensions = "==8.2"
py-ecc = "==5.2.0"
py-eth-sig-utils = "==0.4.0"
pytest = "==7.0.0"
pytest-asyncio = "==0.18.0"
pytest-cov = "==3.0.0"
pytest-randomly = "==3.11.0"
pytest-rerunfailures = "==10.0"
pylint = "==2.11.1"
Pygments = "==2.11.2"
PyYAML = "==5.4.1"
safety = "==1.10.3"
tox = "==3.24.4"
types-pyyaml = "==6.0.7"
types-protobuf = "==3.19.20"
types-requests = "==2.27.25"
types-jsonschema= "==4.4.4"
types-setuptools= "==57.4.14"
vulture = "==2.3"
aiohttp = "==3.7.4.post0"
pandas = "==1.3.5"
pandas-stubs = "==1.2.0.62"
pmdarima = "==2.0.1"
# latest supported for Python 3.7
scikit-learn = "==1.0.2"
statsmodels = "==0.13.2"
# latest supported for Python 3.7
numpy = "==1.21.6"
optuna = "==2.10.1"
joblib = "==1.1.0"
Flask = "==2.0.2"
cosmpy = "==0.3.1"
Werkzeug= "==2.0.3"
pytz = "==2022.2.1"

[requires]
python_version = "3.10"
