[[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]
bandit = "==1.6.2"
black = "==19.10b0"
bs4 = "==0.0.1"
flake8 = "==3.7.9"
flake8-bugbear = "==20.1.4"
flake8-docstrings = "==1.5.0"
flake8-import-order = "==0.18.1"
gym = "==0.15.6"
mkdocs = "==1.0.4"
mkdocs-material = "==4.6.0"
mkdocs-mermaid-plugin = {editable = true,git = "https://github.com/pugong/mkdocs-mermaid-plugin.git",version = "==0.1.1"}
mypy = "==0.761"
numpy = "==1.18.1"
pydocstyle = "==3.0.0"
pygments = "==2.5.2"
pymdown-extensions = "==6.2.1"
pytest = "==5.3.5"
pytest-asyncio = "==0.10.0"
pytest-cov = "==2.8.1"
scikit-image = "==0.16.2"
tensorflow = "==2.1.0"
tox = "==3.7.0"
tox-pipenv = "==1.9.0"
safety = "==1.8.5"
liccheck = "==0.4.0"

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

[requires]
python_version = "3.7"
