Add missing dependencies

The merging of notifications_utils to this repo does not deploy because of missing dependencies.  This changeset adds them back in directly.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-05-17 18:08:41 -04:00
parent fb1722ff54
commit 7e9b5c6abb
2 changed files with 17 additions and 1 deletions

View File

@@ -62,6 +62,22 @@ regex = "^2024.5.15"
shapely = "^2.0.4"
smartypants = "^2.0.1"
mistune = "0.8.4"
blinker = "^1.8.2"
cryptography = "^42.0.7"
idna = "^3.7"
jmespath = "^1.0.1"
markupsafe = "^2.1.5"
pycparser = "^2.22"
python-dateutil = "^2.9.0.post0"
pyyaml = "^6.0.1"
s3transfer = "^0.10.1"
six = "^1.16.0"
urllib3 = "^2.2.1"
webencodings = "^0.5.1"
itsdangerous = "^2.2.0"
jinja2 = "^3.1.4"
redis = "^5.0.4"
requests = "^2.31.0"
[tool.poetry.group.dev.dependencies]