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

[packages]
matplotlib = "*"
pandas = "*"
seaborn = "*"

[dev-packages]
flake8-docstrings = "*"
flake8-print = "*"
flake8-pytest-style = "*"
flake8-simplify = "*"
flit = "*"
pre-commit = "*"
pylint = "*"
pytest = "*"
pytest-cov = "*"
pytest-randomly = "*"
pytest-xdist = "*"
scripttest = "*"
tox = "<4"
tox-pyenv = "*"

[requires]
python_version = "3.8"

[doc]
myst-parser = "*"
sphinx = "*"
sphinx-autodoc-typehints = "*"
sphinx-copybutton = "*"
