mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 07:03:12 -05:00
69 lines
1.5 KiB
TOML
69 lines
1.5 KiB
TOML
[tool.poetry]
|
|
name = "notifications-admin"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12.2"
|
|
ago = "~=0.0.95"
|
|
beautifulsoup4 = "^4.12.3"
|
|
blinker = "~=1.7"
|
|
exceptiongroup = "==1.2.0"
|
|
flask = "~=2.3"
|
|
flask-basicauth = "~=0.2"
|
|
flask-login = "^0.6"
|
|
flask-talisman = "*"
|
|
flask-wtf = "^1.2"
|
|
govuk-bank-holidays = "==0.13"
|
|
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
|
|
humanize = "~=4.9"
|
|
itsdangerous = "~=2.1"
|
|
jinja2 = "~=3.1"
|
|
newrelic = "*"
|
|
notifications-python-client = "==9.0.0"
|
|
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
|
|
pyexcel = "==0.7.0"
|
|
pyexcel-io = "==0.6.6"
|
|
pyexcel-ods3 = "==0.6.1"
|
|
pyexcel-xls = "==0.7.0"
|
|
pyexcel-xlsx = "==0.6.0"
|
|
openpyxl = "==3.0.10"
|
|
pyproj = "==3.6.1"
|
|
python-dotenv = "==1.0.1"
|
|
pytz = "==2023.3.post1"
|
|
rtreelib = "==0.2.0"
|
|
werkzeug = "^3.0.1"
|
|
wtforms = "~=3.1"
|
|
markdown = "^3.5.2"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
bandit = "*"
|
|
black = "^24.2.0"
|
|
coverage = "*"
|
|
freezegun = "^1.4.0"
|
|
flake8 = "^7.0.0"
|
|
flake8-bugbear = "^24.1.17"
|
|
flake8-print = "^5.0.0"
|
|
flake8-pytest-style = "^1.7.2"
|
|
isort = "^5.13.2"
|
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
|
moto = "^4.2"
|
|
pip-audit = "*"
|
|
pre-commit = "^3.6.0"
|
|
pytest = "^7.4.4"
|
|
pytest-env = "^1.1.3"
|
|
pytest-mock = "^3.12.0"
|
|
pytest-playwright = "^0.4.3"
|
|
pytest-xdist = "^3.5.0"
|
|
radon = "^6.0.1"
|
|
requests-mock = "^1.11.0"
|
|
vulture = "^2.11"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|