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

[packages]
pillow = "*"

[dev-packages]
exceptiongroup = "*"
flake8-docstrings = "*"
flake8-print = "*"
flake8-pytest-style = "*"
flake8-simplify = "*"
flit = "*"
fotolab = {editable = true, path = "."}
importlib-metadata = "*"
myst-parser = "*"
nox = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-randomly = "*"
pytest-xdist = "*"
ruff = "*"
scripttest = "*"
sphinx = "*"
sphinx-autodoc-typehints = "*"
sphinx-copybutton = "*"
tomli = "*"

[requires]
python_version = "3.9"
