mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
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:
2
poetry.lock
generated
2
poetry.lock
generated
@@ -4729,4 +4729,4 @@ multidict = ">=4.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12.2"
|
python-versions = "^3.12.2"
|
||||||
content-hash = "f471a058bdf49d0645c24438f5b0ce4b3038000c9185cbfeb5058ccb58c5724b"
|
content-hash = "a2dbec1a5e78a8082150fd0951a67cde6f133f3d7b600a8303f7075498e07f8d"
|
||||||
|
|||||||
@@ -62,6 +62,22 @@ regex = "^2024.5.15"
|
|||||||
shapely = "^2.0.4"
|
shapely = "^2.0.4"
|
||||||
smartypants = "^2.0.1"
|
smartypants = "^2.0.1"
|
||||||
mistune = "0.8.4"
|
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]
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user