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

[packages]
tableformatter = {editable = true,path = "."}
wcwidth = "*"
typing = {version = "*",markers = "python_version < '3.5'"}

[dev-packages]
tableformatter = {editable = true,path = "."}
colorama = "*"
colored = "*"
cmd2 = "*"
flake8 = "*"
invoke = "*"
ipython = "*"
isort = "*"
numpy = "*"
pandas = "*"
pytest = "*"
pytest-cov = "*"
twine = ">=1.11"
