This commit is contained in:
Kenneth Kehl
2025-06-10 11:57:47 -07:00
parent 7ba13c5d0d
commit a8bb555703
2 changed files with 16 additions and 1 deletions

16
poetry.lock generated
View File

@@ -1604,6 +1604,20 @@ files = [
{file = "jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"},
]
[[package]]
name = "jwt"
version = "1.3.1"
description = "JSON Web Token library for Python 3."
optional = false
python-versions = ">= 3.6"
groups = ["main"]
files = [
{file = "jwt-1.3.1-py3-none-any.whl", hash = "sha256:61c9170f92e736b530655e75374681d4fcca9cfa8763ab42be57353b2b203494"},
]
[package.dependencies]
cryptography = ">=3.1,<3.4.0 || >3.4.0"
[[package]]
name = "keyring"
version = "25.6.0"
@@ -4120,4 +4134,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "b81d04cabfd5ac8f1ce8ecd8dff3118be3edf415ac95bea21aab9fc5d4ea7a00"
content-hash = "5c223f446f124fa56c71a91388080a12479c692741378c9437d1db5fb01f0c1b"

View File

@@ -23,6 +23,7 @@ gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
humanize = "~=4.12"
itsdangerous = "~=2.2"
jinja2 = "^3.1.6"
jwt = "^1.3.1"
newrelic = "*"
pyexcel = "==0.7.3"
pyexcel-io = "==0.6.7"