diff --git a/pyproject.toml b/pyproject.toml index 5113eb9..244f654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,9 @@ maintainers = [ {name = "Tobias Kunze", email = "r@rixx.de"}, ] -dependencies = [] +dependencies = [ + "jwt~=1.3.1", +] [project.urls] homepage = "https://github.com/pretalx/pretalx-venueless"