2023-08-31 11:00:55 -07:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "notifications-api"
|
2025-05-28 07:11:15 -07:00
|
|
|
package-mode = false
|
2023-08-31 11:00:55 -07:00
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Notify.gov backend"
|
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
|
readme = "README.md"
|
2022-10-20 14:06:16 -04:00
|
|
|
|
2023-10-30 15:54:22 -04:00
|
|
|
|
2023-08-31 11:00:55 -07:00
|
|
|
[tool.poetry.dependencies]
|
2025-08-28 07:26:45 -07:00
|
|
|
python = "^3.13.2"
|
2025-11-14 21:07:07 +00:00
|
|
|
alembic = "==1.17.2"
|
2025-02-26 22:03:30 +00:00
|
|
|
amqp = "==5.3.1"
|
2025-12-02 16:32:06 +00:00
|
|
|
beautifulsoup4 = "==4.14.3"
|
2025-06-02 13:46:58 -04:00
|
|
|
boto3 = "^1.38.27"
|
|
|
|
|
botocore = "^1.38.27"
|
2025-11-13 21:06:35 +00:00
|
|
|
cachetools = "==6.2.2"
|
2025-12-02 16:07:32 +00:00
|
|
|
celery = {version = "==5.6.0", extras = ["redis"]}
|
2022-12-08 13:46:07 -05:00
|
|
|
certifi = ">=2022.12.7"
|
2025-09-11 14:19:09 +00:00
|
|
|
cffi = "==2.0.0"
|
2025-10-14 21:07:50 +00:00
|
|
|
charset-normalizer = "^3.4.4"
|
2025-11-18 09:43:02 -05:00
|
|
|
click = "==8.3.1"
|
2025-04-03 21:17:32 +00:00
|
|
|
click-datetime = "==0.4.0"
|
2024-04-04 16:18:57 -07:00
|
|
|
click-didyoumean = "==0.3.1"
|
2025-06-25 21:47:55 +00:00
|
|
|
click-plugins = "==1.1.1.2"
|
2023-09-18 16:47:23 +00:00
|
|
|
click-repl = "==0.3.0"
|
2025-11-02 20:14:59 +00:00
|
|
|
deprecated = "==1.3.1"
|
2025-07-28 08:52:02 -07:00
|
|
|
gevent = "==25.5.1"
|
2024-01-05 10:35:14 -08:00
|
|
|
expiringdict = "==1.2.2"
|
2025-05-13 20:47:30 +00:00
|
|
|
flask = "~=3.1"
|
2022-10-20 14:06:16 -04:00
|
|
|
flask-bcrypt = "==1.0.1"
|
2025-04-23 22:08:21 +00:00
|
|
|
flask-migrate = "==4.1.0"
|
2022-10-20 14:06:16 -04:00
|
|
|
flask-redis = "==0.4.0"
|
2025-04-29 12:09:13 -04:00
|
|
|
flask-sqlalchemy = "^3.1.1"
|
2025-07-28 08:52:02 -07:00
|
|
|
gunicorn = {version = "==23.0.0", extras = ["gevent"]}
|
2023-11-06 14:31:27 +00:00
|
|
|
iso8601 = "==2.1.0"
|
2025-08-19 08:28:04 -04:00
|
|
|
jsonschema = {version = "==4.25.1", extras = ["format"]}
|
2025-09-24 12:57:54 +00:00
|
|
|
lxml = "==6.0.2"
|
2025-11-03 21:10:55 +00:00
|
|
|
marshmallow = "^4.1.0"
|
2025-04-29 12:09:13 -04:00
|
|
|
marshmallow-sqlalchemy = "^1.4.2"
|
2025-11-05 12:39:56 +00:00
|
|
|
newrelic = "^11.1.0"
|
2025-04-24 15:25:37 +00:00
|
|
|
packaging = "==25.0"
|
2023-08-31 11:00:55 -07:00
|
|
|
poetry-dotenv-plugin = "==0.2.0"
|
2025-10-10 21:05:32 +00:00
|
|
|
psycopg2-binary = "==2.9.11"
|
2025-03-07 15:24:51 +00:00
|
|
|
pyjwt = "==2.10.1"
|
2025-10-28 08:53:13 -04:00
|
|
|
python-dotenv = "==1.2.1"
|
2025-10-10 21:18:46 +00:00
|
|
|
sqlalchemy = "==2.0.44"
|
2025-12-02 15:55:31 +00:00
|
|
|
werkzeug = "^3.1.4"
|
2025-11-19 21:14:52 +00:00
|
|
|
faker = "^38.2.0"
|
2025-04-07 15:07:43 +00:00
|
|
|
async-timeout = "^5.0.1"
|
2025-10-28 12:25:03 +00:00
|
|
|
bleach = "^6.3.0"
|
2025-02-13 15:41:47 +00:00
|
|
|
geojson = "^3.2.0"
|
2025-11-18 15:00:13 +00:00
|
|
|
numpy = "^2.3.5"
|
2024-05-16 10:17:45 -04:00
|
|
|
ordered-set = "^4.1.0"
|
2025-12-08 15:19:18 +00:00
|
|
|
phonenumbers = "^9.0.20"
|
2025-10-08 10:42:07 -04:00
|
|
|
python-json-logger = "^4.0.0"
|
2025-11-05 07:30:54 -05:00
|
|
|
regex = "^2025.11.3"
|
2025-09-24 18:19:07 -04:00
|
|
|
shapely = "^2.1.2"
|
2024-05-16 10:17:45 -04:00
|
|
|
smartypants = "^2.0.1"
|
2025-08-30 22:22:47 +00:00
|
|
|
mistune = "^3.1.4"
|
2025-02-10 21:13:53 +00:00
|
|
|
blinker = "^1.9.0"
|
2025-10-18 14:35:39 +00:00
|
|
|
cryptography = "^46.0.3"
|
2025-10-13 21:05:27 +00:00
|
|
|
idna = "^3.11"
|
2024-05-17 18:08:41 -04:00
|
|
|
jmespath = "^1.0.1"
|
2025-10-01 16:10:26 +00:00
|
|
|
markupsafe = "^3.0.3"
|
2025-09-11 13:38:38 +00:00
|
|
|
pycparser = "^2.23"
|
2024-05-17 18:08:41 -04:00
|
|
|
python-dateutil = "^2.9.0.post0"
|
2025-09-29 15:23:08 +00:00
|
|
|
pyyaml = "^6.0.3"
|
2025-07-18 21:23:19 +00:00
|
|
|
s3transfer = "^0.13.1"
|
2024-05-17 18:08:41 -04:00
|
|
|
six = "^1.16.0"
|
2025-12-08 10:07:02 -05:00
|
|
|
urllib3 = "^2.6.0"
|
2024-05-17 18:08:41 -04:00
|
|
|
webencodings = "^0.5.1"
|
|
|
|
|
itsdangerous = "^2.2.0"
|
2025-03-06 04:48:17 +00:00
|
|
|
jinja2 = "^3.1.6"
|
2025-12-03 09:47:25 -05:00
|
|
|
redis = "^6.4.0"
|
2025-08-19 12:36:57 +00:00
|
|
|
requests = "^2.32.5"
|
2025-10-29 21:58:00 -04:00
|
|
|
virtualenv = "^20.35.4"
|
2025-05-28 13:47:35 -04:00
|
|
|
marshmallow-enum = "^1.5.1"
|
2025-06-17 12:15:55 -04:00
|
|
|
awscli = "^1.40.36"
|
2025-08-26 16:20:11 +00:00
|
|
|
typing-extensions = "^4.15.0"
|
2025-10-29 07:35:43 -04:00
|
|
|
aiohttp = "^3.13.2"
|
2025-11-12 21:08:09 +00:00
|
|
|
pytest = "^9.0.1"
|
2022-10-20 14:06:16 -04:00
|
|
|
|
2023-08-31 11:00:55 -07:00
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
2024-07-29 22:46:11 -04:00
|
|
|
awscli = "^1.33.32"
|
2023-10-30 15:54:22 -04:00
|
|
|
bandit = "*"
|
2025-11-11 12:50:58 +00:00
|
|
|
black = "^25.11.0"
|
2025-12-03 15:12:35 +00:00
|
|
|
cyclonedx-python-lib = "^11.6.0"
|
2023-10-30 15:54:22 -04:00
|
|
|
cloudfoundry-client = "*"
|
2025-11-24 16:51:25 -05:00
|
|
|
exceptiongroup = "==1.3.1"
|
2025-06-20 21:25:43 +00:00
|
|
|
flake8 = "^7.3.0"
|
2025-12-02 10:42:42 -05:00
|
|
|
flake8-bugbear = "^25.11.29"
|
2025-08-12 17:19:46 +00:00
|
|
|
freezegun = "^1.5.5"
|
2025-12-08 15:31:59 +00:00
|
|
|
hypothesis = "^6.148.7"
|
2023-10-30 15:54:22 -04:00
|
|
|
honcho = "*"
|
2025-10-14 12:47:57 +00:00
|
|
|
isort = "^7.0.0"
|
2023-10-30 15:54:22 -04:00
|
|
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
2025-12-03 14:59:50 +00:00
|
|
|
moto = "==5.1.18"
|
2023-10-30 15:54:22 -04:00
|
|
|
pip-audit = "*"
|
2025-11-24 22:03:44 +00:00
|
|
|
pre-commit = "^4.5.0"
|
2025-11-12 21:08:09 +00:00
|
|
|
pytest = "^9.0.1"
|
2025-10-09 21:05:38 +00:00
|
|
|
pytest-env = "^1.2.0"
|
2025-09-16 21:59:12 +00:00
|
|
|
pytest-mock = "^3.15.1"
|
2025-09-11 13:53:07 +00:00
|
|
|
pytest-cov = "^7.0.0"
|
2025-07-01 21:26:31 +00:00
|
|
|
pytest-xdist = "^3.8.0"
|
2023-10-30 16:07:36 -04:00
|
|
|
radon = "^6.0.1"
|
|
|
|
|
requests-mock = "^1.11.0"
|
2025-05-27 22:18:27 +00:00
|
|
|
setuptools = "^80.9.0"
|
2024-04-11 10:18:14 -06:00
|
|
|
sqlalchemy-utils = "^0.41.2"
|
2023-10-30 16:07:36 -04:00
|
|
|
vulture = "^2.10"
|
2024-05-20 11:16:37 -04:00
|
|
|
detect-secrets = "^1.5.0"
|
2025-05-06 10:02:42 -04:00
|
|
|
poetry-dotenv-plugin = "^0.2.0"
|
2023-10-30 15:54:22 -04:00
|
|
|
|
2022-10-20 14:06:16 -04:00
|
|
|
|
2023-08-31 11:00:55 -07:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
2025-05-06 10:02:42 -04:00
|
|
|
|
|
|
|
|
[tool.poetry.plugins."poetry.application.plugin"]
|
|
|
|
|
dotenv = "poetry_dotenv_plugin.plugin:PoetryDotenvPlugin"
|