[[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.4.0", 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"
