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

[packages]
f-lib = {editable = true,path = "."}

[dev-packages]
# Build
setuptools-scm = "*"
# Linting
flake8 = "~=3.5"
pep8-naming = "~=0.7"
flake8-docstrings = "~=1.3"
mypy = "~=0.610"
pylint = "~=2.0"
# python3 flake8-docstrings fails with pydocstyle 4:
# https://github.com/PyCQA/pydocstyle/issues/375
pydocstyle = '<4.0.0'
isort = "~=4.3"
# Tests
pytest = '~=5.1'
# Documentation
Sphinx = "~=2.3"
sphinx_rtd_theme = "~=0.4.2"
pygments = "~=2.5"
recommonmark = "~=0.6"
sphinxcontrib-apidoc = "==0.3.0"
