diff --git a/pyproject.toml b/pyproject.toml index c3518ff..95b1bcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ Homepage = "https://github.com/miguelgrinberg/microdot" [project.optional-dependencies] docs = [ "sphinx", + "pyjwt" ] [tool.setuptools]