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-03-08 15:00:48 -08:00
|
|
|
python = "^3.12.2"
|
2023-04-26 11:24:01 -04:00
|
|
|
ago = "~=0.0.95"
|
2024-01-18 03:12:22 +00:00
|
|
|
beautifulsoup4 = "^4.12.3"
|
2024-05-07 09:56:34 -04:00
|
|
|
blinker = "~=1.8"
|
2024-04-19 14:43:51 -04:00
|
|
|
exceptiongroup = "==1.2.1"
|
2024-04-04 18:09:22 -07:00
|
|
|
flask = "~=3.0"
|
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"
|
2024-04-08 11:41:39 -04:00
|
|
|
govuk-bank-holidays = "^0.14"
|
2024-04-17 18:05:19 -04:00
|
|
|
gunicorn = {version = "==22.0.0", extras = ["eventlet"]}
|
2023-11-22 14:33:13 +00:00
|
|
|
humanize = "~=4.9"
|
2024-04-17 18:05:19 -04:00
|
|
|
itsdangerous = "~=2.2"
|
2023-04-26 11:24:01 -04:00
|
|
|
jinja2 = "~=3.1"
|
2023-10-30 16:01:21 -04:00
|
|
|
newrelic = "*"
|
2024-05-28 12:11:53 -04:00
|
|
|
notifications-python-client = "==9.1.0"
|
2022-11-08 09:44:09 -05:00
|
|
|
pyexcel = "==0.7.0"
|
|
|
|
|
pyexcel-io = "==0.6.6"
|
|
|
|
|
pyexcel-ods3 = "==0.6.1"
|
|
|
|
|
pyexcel-xls = "==0.7.0"
|
|
|
|
|
pyexcel-xlsx = "==0.6.0"
|
2023-02-08 10:37:44 -05:00
|
|
|
openpyxl = "==3.0.10"
|
2023-09-21 23:46:30 +00:00
|
|
|
pyproj = "==3.6.1"
|
2024-01-24 18:34:27 +00:00
|
|
|
python-dotenv = "==1.0.1"
|
2024-04-08 11:41:39 -04:00
|
|
|
pytz = "^2024.1"
|
2022-11-08 09:44:09 -05:00
|
|
|
rtreelib = "==0.2.0"
|
2024-05-06 13:02:02 -04:00
|
|
|
werkzeug = "^3.0.3"
|
2023-11-02 16:31:49 +00:00
|
|
|
wtforms = "~=3.1"
|
2024-01-11 00:06:38 +00:00
|
|
|
markdown = "^3.5.2"
|
2024-05-16 10:37:37 -04:00
|
|
|
async-timeout = "^4.0.3"
|
|
|
|
|
bleach = "^6.1.0"
|
2024-05-31 12:09:22 -04:00
|
|
|
boto3 = "^1.34.115"
|
|
|
|
|
botocore = "^1.34.116"
|
2024-05-16 10:37:37 -04:00
|
|
|
cachetools = "^5.3.3"
|
|
|
|
|
cffi = "^1.16.0"
|
|
|
|
|
cryptography = "^42.0.7"
|
|
|
|
|
flask-redis = "^0.4.0"
|
|
|
|
|
geojson = "^3.1.0"
|
|
|
|
|
jmespath = "^1.0.1"
|
|
|
|
|
mistune = "0.8.4"
|
|
|
|
|
numpy = "^1.26.4"
|
|
|
|
|
ordered-set = "^4.1.0"
|
2024-05-20 12:04:25 -04:00
|
|
|
phonenumbers = "^8.13.37"
|
2024-05-16 10:37:37 -04:00
|
|
|
pycparser = "^2.22"
|
|
|
|
|
python-json-logger = "^2.0.7"
|
|
|
|
|
redis = "^5.0.4"
|
|
|
|
|
regex = "^2024.5.15"
|
|
|
|
|
s3transfer = "^0.10.1"
|
|
|
|
|
shapely = "^2.0.4"
|
|
|
|
|
smartypants = "^2.0.1"
|
2024-05-17 18:13:09 -04:00
|
|
|
certifi = "^2024.2.2"
|
|
|
|
|
charset-normalizer = "^3.3.2"
|
|
|
|
|
click = "^8.1.7"
|
|
|
|
|
idna = "^3.7"
|
|
|
|
|
markupsafe = "^2.1.5"
|
|
|
|
|
python-dateutil = "^2.9.0.post0"
|
|
|
|
|
pyyaml = "^6.0.1"
|
2024-05-29 19:40:02 -04:00
|
|
|
requests = "^2.32.3"
|
2024-05-17 18:13:09 -04:00
|
|
|
six = "^1.16.0"
|
|
|
|
|
urllib3 = "^2.2.1"
|
|
|
|
|
webencodings = "^0.5.1"
|
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]
|
2023-10-30 16:01:21 -04:00
|
|
|
bandit = "*"
|
2024-02-23 16:35:56 +00:00
|
|
|
black = "^24.2.0"
|
2023-10-30 16:01:21 -04:00
|
|
|
coverage = "*"
|
2024-05-14 15:42:08 -04:00
|
|
|
freezegun = "^1.5.1"
|
2024-02-23 17:01:47 +00:00
|
|
|
flake8 = "^7.0.0"
|
2024-01-17 23:43:06 +00:00
|
|
|
flake8-bugbear = "^24.1.17"
|
2023-10-30 16:01:21 -04:00
|
|
|
flake8-print = "^5.0.0"
|
|
|
|
|
flake8-pytest-style = "^1.7.2"
|
2023-12-13 22:37:58 +00:00
|
|
|
isort = "^5.13.2"
|
2022-11-08 09:44:09 -05:00
|
|
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
2024-05-31 11:27:39 -07:00
|
|
|
moto = "*"
|
2022-11-08 09:44:09 -05:00
|
|
|
pip-audit = "*"
|
2024-05-14 15:42:08 -04:00
|
|
|
pre-commit = "^3.7.1"
|
2024-05-24 10:22:59 -04:00
|
|
|
pytest = "^8.2.1"
|
2023-11-29 14:46:06 +00:00
|
|
|
pytest-env = "^1.1.3"
|
2024-04-03 17:09:35 -04:00
|
|
|
pytest-mock = "^3.14.0"
|
2024-05-07 09:56:34 -04:00
|
|
|
pytest-playwright = "^0.5.0"
|
2023-11-22 14:15:17 +00:00
|
|
|
pytest-xdist = "^3.5.0"
|
2023-10-30 16:01:21 -04:00
|
|
|
radon = "^6.0.1"
|
|
|
|
|
requests-mock = "^1.11.0"
|
2024-02-23 16:50:02 +00:00
|
|
|
vulture = "^2.11"
|
2024-05-20 12:04:25 -04:00
|
|
|
detect-secrets = "^1.5.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"
|