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

[packages]
bln = "*"
marshmallow = "*"
click = "8.1.3"       # https://github.com/pallets/click/issues/2558
jellyfish = "*"

[dev-packages]
flake8 = "==6.1.0"
black = "==24.3.0"
flake8-bugbear = "*"
flake8-docstrings = "*"
pytest = "*"
pytest-vcr = "*"
pytest-cov = "*"
mypy = "==1.9.0"
twine = "*"
setuptools-scm = "*"
sphinx = "*"
sphinx-autobuild = "*"
myst-parser = "*"
sphinxcontrib-napoleon = "*"
types-requests = "*"
sphinx-click = "*"
zipp = "*"
certifi = "*"
pre-commit = "*"
isort = "==5.11.5"
blacken-docs = "==1.15.0"

[requires]
python_version = "3.9"
