-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (39 loc) · 1.09 KB
/
pyproject.toml
File metadata and controls
43 lines (39 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[project]
name = "communications-manager"
version = "0.0.1-alpha"
description = "Public facing API for the Communications Manager service"
authors = [{ name = "NHS Digital" }]
readme = "README.md"
license = { text = "MIT" }
requires-python = "^3.13.2"
repository = "https://github.com/NHSDigital/communications-manager-api"
homepage = "https://digital.nhs.uk/developer/api-catalogue/nhs-notify"
keywords = ["healthcare", "uk", "nhs", "communications", "email", "sms", "letter"]
dependencies = [
"pytest-nhsd-apim>=5.0.14",
"pytest-xdist>=3.6.1",
"pre-commit>=4.2.0",
"pytest-rerunfailures>=15.1",
"sphinx>=8.2.3",
"sphinx-markdown-builder>=0.6.8",
"notifications-python-client>=10.0.1",
"polling>=0.3.2",
"playwright>=1.52.0",
"install_playwright>=0.1.0"
]
[tool.poetry]
package-mode = false
[tool.poetry.group.dev.dependencies]
flake8 = "^7.2.0"
black = "^25.1.0"
pip-licenses = "^5.0.0"
jinja2 = "^3.1.6"
pyyaml = "^6.0.3"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^3.0.4"
gitpython = "^3.1.44"
pytest = "^8.3.5"
coverage = "^7.8.1"
pytest-asyncio = "^0.26.0"
[tool.poetry.scripts]