2023-09-01 07:56:02 -07:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "notifications-admin"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
|
readme = "README.md"
|
2024-04-03 17:09:35 -04:00
|
|
|
package-mode = false
|
2022-11-08 09:44:09 -05:00
|
|
|
|
2023-09-01 07:56:02 -07:00
|
|
|
[tool.poetry.dependencies]
|
2024-09-11 10:48:26 -07:00
|
|
|
axe-core-python = "^0.1.0"
|
2025-08-28 08:26:46 -07:00
|
|
|
python = "^3.13.2"
|
2025-04-07 21:27:13 +00:00
|
|
|
ago = "~=0.1.0"
|
2025-12-02 15:54:20 +00:00
|
|
|
beautifulsoup4 = "^4.14.3"
|
2024-05-07 09:56:34 -04:00
|
|
|
blinker = "~=1.8"
|
2026-06-02 08:32:35 -07:00
|
|
|
dulwich = "^1.2.5"
|
2025-09-18 13:12:12 -04:00
|
|
|
gevent = "==25.9.1"
|
2025-11-22 08:48:21 -05:00
|
|
|
exceptiongroup = "==1.3.1"
|
2025-05-13 20:43:45 +00:00
|
|
|
flask = "~=3.1"
|
2023-04-26 11:24:01 -04:00
|
|
|
flask-basicauth = "~=0.2"
|
2023-10-30 16:01:21 -04:00
|
|
|
flask-login = "^0.6"
|
|
|
|
|
flask-talisman = "*"
|
|
|
|
|
flask-wtf = "^1.2"
|
2026-02-16 15:04:43 -05:00
|
|
|
gunicorn = {version = "==25.1.0", extras = ["gevent"]}
|
2026-02-17 16:42:00 +00:00
|
|
|
hypothesis = "^6.151.9"
|
2025-12-23 18:15:42 +00:00
|
|
|
humanize = "~=4.15"
|
2024-04-17 18:05:19 -04:00
|
|
|
itsdangerous = "~=2.2"
|
2025-03-06 04:48:03 +00:00
|
|
|
jinja2 = "^3.1.6"
|
2026-02-23 21:48:29 +00:00
|
|
|
newrelic = "^11.5.0"
|
2025-10-28 13:02:22 +00:00
|
|
|
pyexcel = "==0.7.4"
|
2025-03-28 18:03:48 +00:00
|
|
|
pyexcel-io = "==0.6.7"
|
2022-11-08 09:44:09 -05:00
|
|
|
pyexcel-ods3 = "==0.6.1"
|
2025-03-25 18:52:49 +00:00
|
|
|
pyexcel-xls = "==0.7.1"
|
2025-04-04 18:07:10 +00:00
|
|
|
pyexcel-xlsx = "==0.6.1"
|
2023-02-08 10:37:44 -05:00
|
|
|
openpyxl = "==3.0.10"
|
2025-08-15 19:11:57 +00:00
|
|
|
pyproj = "==3.7.2"
|
2026-04-22 09:47:38 -07:00
|
|
|
python-dotenv = "==1.2.2"
|
2022-11-08 09:44:09 -05:00
|
|
|
rtreelib = "==0.2.0"
|
2026-01-12 14:56:39 +00:00
|
|
|
werkzeug = "^3.1.5"
|
2023-11-02 16:31:49 +00:00
|
|
|
wtforms = "~=3.1"
|
2025-11-04 13:19:31 -05:00
|
|
|
markdown = "^3.10"
|
2026-05-07 07:14:40 -07:00
|
|
|
mistune = "^3.2.1"
|
2025-04-08 16:51:40 +00:00
|
|
|
async-timeout = "^5.0.1"
|
2026-06-16 07:24:47 -07:00
|
|
|
bleach = "^6.4.0"
|
2025-03-26 14:19:42 +00:00
|
|
|
boto3 = "^1.35.99"
|
2025-02-12 21:41:11 +00:00
|
|
|
botocore = "^1.35.99"
|
2026-02-11 14:30:41 +00:00
|
|
|
cachetools = "^7.0.1"
|
2025-09-11 14:17:31 +00:00
|
|
|
cffi = "^2.0.0"
|
2026-06-16 07:19:53 -07:00
|
|
|
cryptography = "^48.0.1"
|
2024-05-16 10:37:37 -04:00
|
|
|
flask-redis = "^0.4.0"
|
|
|
|
|
geojson = "^3.1.0"
|
2026-01-23 12:27:45 -05:00
|
|
|
jmespath = "^1.1.0"
|
2026-02-03 14:24:52 +00:00
|
|
|
numpy = "^2.4.2"
|
2024-05-16 10:37:37 -04:00
|
|
|
ordered-set = "^4.1.0"
|
2026-02-27 11:46:48 -05:00
|
|
|
phonenumbers = "^9.0.25"
|
2026-01-23 12:37:55 -05:00
|
|
|
pycparser = "^3.0"
|
2026-06-02 08:39:29 -07:00
|
|
|
pyjwt = "^2.13.0"
|
2025-10-07 14:31:59 +00:00
|
|
|
python-json-logger = "^4.0.0"
|
2026-02-26 20:37:56 +00:00
|
|
|
redis = "^7.2.1"
|
2026-02-23 22:07:08 +00:00
|
|
|
regex = "^2026.2.19"
|
2024-06-28 10:57:50 -04:00
|
|
|
s3transfer = "^0.10.2"
|
2025-09-25 10:15:12 -04:00
|
|
|
shapely = "^2.1.2"
|
2024-05-16 10:37:37 -04:00
|
|
|
smartypants = "^2.0.1"
|
2026-02-26 20:45:05 +00:00
|
|
|
certifi = "^2026.2.25"
|
2025-10-14 23:05:15 +00:00
|
|
|
charset-normalizer = "^3.4.4"
|
2025-11-18 14:43:56 +00:00
|
|
|
click = "^8.3.1"
|
2026-06-02 08:32:35 -07:00
|
|
|
idna = "^3.15"
|
2025-10-01 11:57:54 -04:00
|
|
|
markupsafe = "^3.0.3"
|
2024-05-17 18:13:09 -04:00
|
|
|
python-dateutil = "^2.9.0.post0"
|
2025-09-26 11:06:53 +00:00
|
|
|
pyyaml = "^6.0.3"
|
2026-03-26 10:38:34 -07:00
|
|
|
requests = "^2.33.0"
|
2024-05-17 18:13:09 -04:00
|
|
|
six = "^1.16.0"
|
2026-01-12 09:49:02 -05:00
|
|
|
urllib3 = "^2.6.3"
|
2024-05-17 18:13:09 -04:00
|
|
|
webencodings = "^0.5.1"
|
2026-03-02 11:54:10 -05:00
|
|
|
virtualenv = "<21.2"
|
2023-10-30 16:01:21 -04:00
|
|
|
|
2022-11-08 09:44:09 -05:00
|
|
|
|
2023-09-01 07:56:02 -07:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
2024-09-30 10:13:12 -04:00
|
|
|
awscli = "^1.34.29"
|
2023-10-30 16:01:21 -04:00
|
|
|
bandit = "*"
|
2026-04-03 15:05:53 -04:00
|
|
|
black = "^26.3.1"
|
2023-10-30 16:01:21 -04:00
|
|
|
coverage = "*"
|
2024-09-30 10:13:12 -04:00
|
|
|
detect-secrets = "^1.5.0"
|
2025-08-12 12:45:54 -04:00
|
|
|
freezegun = "^1.5.5"
|
2025-06-20 23:09:09 +00:00
|
|
|
flake8 = "^7.3.0"
|
2025-12-02 15:46:54 +00:00
|
|
|
flake8-bugbear = "^25.11.29"
|
2023-10-30 16:01:21 -04:00
|
|
|
flake8-print = "^5.0.0"
|
2025-10-21 13:19:49 +00:00
|
|
|
flake8-pytest-style = "^2.2.0"
|
2026-02-23 13:22:25 -05:00
|
|
|
isort = "^8.0.0"
|
2026-01-12 15:11:33 +00:00
|
|
|
jinja2-cli = {version = "==1.0.0", extras = ["yaml"]}
|
2024-05-31 11:27:39 -07:00
|
|
|
moto = "*"
|
2022-11-08 09:44:09 -05:00
|
|
|
pip-audit = "*"
|
2025-12-17 18:37:51 +00:00
|
|
|
pre-commit = "^4.5.1"
|
2026-04-16 11:22:53 -04:00
|
|
|
pytest = "^9.0.3"
|
2026-02-18 08:04:40 -05:00
|
|
|
pytest-env = "^1.5.0"
|
2025-09-16 20:26:11 -04:00
|
|
|
pytest-mock = "^3.15.1"
|
2025-11-24 19:04:02 -05:00
|
|
|
pytest-playwright = "^0.7.2"
|
2025-07-02 00:00:50 +00:00
|
|
|
pytest-xdist = "^3.8.0"
|
2023-10-30 16:01:21 -04:00
|
|
|
radon = "^6.0.1"
|
|
|
|
|
requests-mock = "^1.11.0"
|
2025-02-10 19:06:21 +00:00
|
|
|
vulture = "^2.14"
|
2025-05-05 13:18:17 -04:00
|
|
|
poetry-dotenv-plugin = "^0.2.0"
|
2023-11-02 14:10:22 -07:00
|
|
|
|
2022-11-08 09:44:09 -05:00
|
|
|
|
2023-09-01 07:56:02 -07:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
2023-11-22 10:47:31 -05:00
|
|
|
build-backend = "poetry.core.masonry.api"
|
2025-05-05 13:18:17 -04:00
|
|
|
|
|
|
|
|
[tool.poetry.plugins."poetry.application.plugin"]
|
|
|
|
|
dotenv = "poetry_dotenv_plugin.plugin:PoetryDotenvPlugin"
|