diff options
author | 2022-08-12 16:40:37 +0200 | |
---|---|---|
committer | 2022-08-12 16:40:37 +0200 | |
commit | 8ab501cd18fcb4804d58fdd3c7f3faf03f7127e3 (patch) | |
tree | 02b30f80bb484172f90ba023f58c8d8185d4ce1b /pyproject.toml | |
parent | Merge pull request #758 from python-discord/api-last_applied (diff) | |
parent | Rename GitHub App Environment Variables (diff) |
Merge pull request #742 from python-discord/github-artifacts
Add GitHub Artifacts API Route
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8b98f94f..037f837c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ markdown = "~=3.3.4" python-frontmatter = "~=1.0" django-prometheus = "~=2.1" django-distill = "~=2.9.0" +PyJWT = {version = "~=2.4.0", extras = ["crypto"]} [tool.poetry.dev-dependencies] coverage = "~=5.0" |