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

[packages]
click = "8.1.3"       # https://github.com/pallets/click/issues/2558
jellyfish = "*"
marshmallow = "==3.26.1"     # https://github.com/biglocalnews/warn-github-flow/issues/31
bln = "==2.3.11"
retry2 = "*"
vcrpy = "==7.0.0"

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

[requires]
python_version = "3.9"
