mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 22:42:28 -05: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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user