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:13:09 -04:00
parent 1b6741d0e5
commit 6ce5856f3b
2 changed files with 12 additions and 3 deletions

View File

@@ -58,6 +58,17 @@ regex = "^2024.5.15"
s3transfer = "^0.10.1"
shapely = "^2.0.4"
smartypants = "^2.0.1"
certifi = "^2024.2.2"
charset-normalizer = "^3.3.2"
click = "^8.1.7"
idna = "^3.7"
markupsafe = "^2.1.5"
python-dateutil = "^2.9.0.post0"
pyyaml = "^6.0.1"
requests = "^2.31.0"
six = "^1.16.0"
urllib3 = "^2.2.1"
webencodings = "^0.5.1"
[tool.poetry.group.dev.dependencies]