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

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

[dev-packages]
tox = "==3.7.0"
tox-pipenv = "==1.9.0"
flake8 = "*"
flake8-docstrings = "*"
pydocstyle = "==3.0.0"
pytest = "*"
pytest-cov = "*"
mypy = "*"
mkdocs = "*"
mkdocs-material = "*"
bs4 = "*"
pymdown-extensions = "*"
pygments = "*"
pytest-asyncio = "*"
gym = "*"
numpy = "*"
tensorflow = "*"
scikit-image = "*"
mkdocs-mermaid-plugin = {editable = true,git = "https://github.com/pugong/mkdocs-mermaid-plugin.git"}

[packages]
cryptography = "*"
base58 = "*"
docker = "*"
click = "*"
pyyaml = ">=4.2b1"
oef = "==0.8.1"
colorlog = "*"
jsonschema = "*"
protobuf = "*"
flask = "*"
connexion = ">=2.4.0"
watchdog = "*"
python-dotenv = "*"
fetchai-ledger-api = "==0.8.1"
web3 = "==5.2.2"
eth-account = "==0.4.0"
fetch-p2p-api = {index = "https://test.pypi.org/simple/",version = "==0.0.1"}

[requires]
python_version = "3.7"
