From 7e9b5c6abb0bc75968f328055e22476b5d04fdfc Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 17 May 2024 18:08:41 -0400 Subject: [PATCH] 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 --- poetry.lock | 2 +- pyproject.toml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 4601694ab..877bd19ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4729,4 +4729,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "f471a058bdf49d0645c24438f5b0ce4b3038000c9185cbfeb5058ccb58c5724b" +content-hash = "a2dbec1a5e78a8082150fd0951a67cde6f133f3d7b600a8303f7075498e07f8d" diff --git a/pyproject.toml b/pyproject.toml index 19b2e4a83..e40d05290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]