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

[dev-packages]
pytest = "*"
pytest-cov = "*"
pytest-randomly = "*"
flake8 = "*"
flake8-docstrings = "*"
flake8-bugbear = "*"
pydocstyle = "*"
mypy = "*"
tox = "*"
coverage = "*"
mkdocs = "*"
markdown-include = "*"
mkdocs-material = "*"
pymdown-extensions = "*"
ipython = "*"
codecov = "*"
tox-travis = "*"
black = "==19.10b0"
isort = "*"
Markdown = "==3.2.2"
mknotebooks = "==0.6.0.post0.dev2"
mkdocs-bibtex = "*"

[packages]

[requires]
python_version = "3.7"
