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"
|
2022-11-08 09:44:09 -05:00
|
|
|
|
2023-09-01 07:56:02 -07:00
|
|
|
[tool.poetry.dependencies]
|
2023-11-02 14:10:22 -07:00
|
|
|
python = ">=3.9,<3.12"
|
2023-04-26 11:24:01 -04:00
|
|
|
ago = "~=0.0.95"
|
2023-11-02 17:16:35 +00:00
|
|
|
blinker = "~=1.7"
|
2023-11-21 23:31:43 +00:00
|
|
|
exceptiongroup = "==1.2.0"
|
2023-05-02 09:45:48 -04:00
|
|
|
flask = "~=2.3"
|
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"
|
2023-07-05 00:04:02 +00:00
|
|
|
govuk-bank-holidays = "==0.13"
|
2023-09-05 11:31:22 -04:00
|
|
|
govuk-frontend-jinja = {git = "https://github.com/alphagov/govuk-frontend-jinja.git", tag = "v0.5.8-alpha"}
|
2023-08-25 07:31:57 -07:00
|
|
|
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
|
2023-11-22 14:33:13 +00:00
|
|
|
humanize = "~=4.9"
|
2023-04-26 11:24:01 -04:00
|
|
|
itsdangerous = "~=2.1"
|
|
|
|
|
jinja2 = "~=3.1"
|
2023-10-30 16:01:21 -04:00
|
|
|
newrelic = "*"
|
2023-11-01 16:58:17 +00:00
|
|
|
notifications-python-client = "==8.1.0"
|
2023-11-02 14:10:22 -07:00
|
|
|
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
|
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"
|
2023-07-10 11:35:41 -04:00
|
|
|
python-dotenv = "==1.0.0"
|
2023-09-05 23:10:53 +00:00
|
|
|
pytz = "==2023.3.post1"
|
2022-11-08 09:44:09 -05:00
|
|
|
rtreelib = "==0.2.0"
|
2023-10-30 16:01:21 -04:00
|
|
|
werkzeug = "^3.0.1"
|
2023-11-02 16:31:49 +00:00
|
|
|
wtforms = "~=3.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 = "*"
|
2023-10-30 16:18:44 -04:00
|
|
|
beautifulsoup4 = "^4.12.2"
|
2023-11-08 23:37:56 +00:00
|
|
|
black = "^23.11.0"
|
2023-10-30 16:01:21 -04:00
|
|
|
coverage = "*"
|
2023-12-05 20:21:04 +00:00
|
|
|
freezegun = "^1.3.1"
|
2023-10-30 16:01:21 -04:00
|
|
|
flake8 = "^6.1.0"
|
2023-12-06 14:58:11 +00:00
|
|
|
flake8-bugbear = "^23.12.2"
|
2023-10-30 16:01:21 -04:00
|
|
|
flake8-print = "^5.0.0"
|
|
|
|
|
flake8-pytest-style = "^1.7.2"
|
|
|
|
|
isort = "^5.12.0"
|
2022-11-08 09:44:09 -05:00
|
|
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
2023-10-30 16:01:21 -04:00
|
|
|
moto = "^4.2"
|
2022-11-08 09:44:09 -05:00
|
|
|
pip-audit = "*"
|
2023-11-22 10:42:57 -05:00
|
|
|
pre-commit = "^3.5.0"
|
2023-11-02 14:10:22 -07:00
|
|
|
pytest = "^7.4.3"
|
2023-11-29 14:46:06 +00:00
|
|
|
pytest-env = "^1.1.3"
|
2023-11-02 14:10:22 -07:00
|
|
|
pytest-mock = "^3.12.0"
|
2023-10-30 16:01:21 -04:00
|
|
|
pytest-playwright = "^0.4.3"
|
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"
|
|
|
|
|
vulture = "^2.10"
|
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"
|