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]
|
|
|
|
|
python = "^3.9"
|
2023-04-26 11:24:01 -04:00
|
|
|
ago = "~=0.0.95"
|
2023-09-11 23:45:38 +00:00
|
|
|
black = "==23.9.1"
|
2023-10-11 13:58:56 +00:00
|
|
|
blinker = "~=1.6"
|
2023-08-14 23:59:27 +00:00
|
|
|
exceptiongroup = "==1.1.3"
|
2023-05-02 09:45:48 -04:00
|
|
|
flask = "~=2.3"
|
2023-04-26 11:24:01 -04:00
|
|
|
flask-basicauth = "~=0.2"
|
2023-01-19 17:29:21 -05:00
|
|
|
flask-login = "~=0.6"
|
2023-10-11 14:32:40 +00:00
|
|
|
flask-wtf = "~=1.2"
|
2023-09-01 07:56:02 -07:00
|
|
|
poetry = "==1.6.1"
|
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-08-16 23:59:41 +00:00
|
|
|
humanize = "~=4.8"
|
2023-04-26 11:24:01 -04:00
|
|
|
itsdangerous = "~=2.1"
|
|
|
|
|
jinja2 = "~=3.1"
|
2023-07-06 21:25:35 +00:00
|
|
|
notifications-python-client = "==8.0.1"
|
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-05-02 09:45:48 -04:00
|
|
|
werkzeug = "~=2.3"
|
2023-04-26 11:24:01 -04:00
|
|
|
wtforms = "~=3.0"
|
2023-01-19 17:29:21 -05:00
|
|
|
newrelic = "*"
|
2023-03-07 14:56:31 -05:00
|
|
|
flask-talisman = "*"
|
2023-09-05 11:31:22 -04:00
|
|
|
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"}
|
2023-04-28 09:17:02 -06:00
|
|
|
coverage = "*"
|
2023-10-11 14:12:14 +00:00
|
|
|
vulture = "==2.10"
|
2023-08-07 10:41:07 -07:00
|
|
|
radon = "==6.0.1"
|
2022-11-08 09:44:09 -05:00
|
|
|
|
2023-09-01 07:56:02 -07:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
2023-09-06 10:57:38 -04:00
|
|
|
isort = "~5.12.0"
|
|
|
|
|
pytest = "~7.4.2"
|
|
|
|
|
pytest-env = "~1.0.1"
|
|
|
|
|
pytest-mock = "~3.11.1"
|
|
|
|
|
pytest-playwright = "~0.4.3"
|
|
|
|
|
pytest-xdist = "~3.3.1"
|
2023-06-27 14:43:13 +00:00
|
|
|
beautifulsoup4 = "==4.12.2"
|
2023-07-08 00:01:22 +00:00
|
|
|
freezegun = "==1.2.2"
|
2023-09-06 10:57:38 -04:00
|
|
|
flake8 = "~6.1.0"
|
|
|
|
|
flake8-bugbear = "~23.9.16"
|
|
|
|
|
flake8-print = "~5.0.0"
|
|
|
|
|
flake8-pytest-style = "~1.7.2"
|
|
|
|
|
moto = "~4.2"
|
2023-06-30 23:52:55 +00:00
|
|
|
requests-mock = "==1.11.0"
|
2022-11-08 09:44:09 -05:00
|
|
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
|
|
|
|
pip-audit = "*"
|
|
|
|
|
bandit = "*"
|
|
|
|
|
|
2023-09-01 07:56:02 -07:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|