pydantic<3,>=2.4.2
PySimpleGUI<4.61,>=4.60.4

[all]
autoflake
bandit
black
blacken-docs
build
codespell
coverage[toml]
docformatter[tomli]
flake8
furo
hypothesis[pytest]
interrogate
isort
mypy
nox
numpydoc
pre-commit
pydocstyle[toml]
pylint
pyproject-fmt
pyright
pytest
pyupgrade
Sphinx
sphinx-copybutton
twine
validate-pyproject
vulture

[dev]
codespell
nox
numpydoc
pre-commit

[doc]
furo
Sphinx
sphinx-copybutton

[format]
autoflake
black
blacken-docs
docformatter[tomli]
isort
pyproject-fmt
pyupgrade

[lint]
bandit
flake8
interrogate
mypy
pydocstyle[toml]
pylint
pyright
validate-pyproject
vulture

[release]
build
twine

[test]
coverage[toml]
hypothesis[pytest]
pytest
