-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
45 lines (40 loc) · 1.05 KB
/
pyproject.toml
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
44
45
[project]
python = "^3.8"
[tool.poetry]
name = "communications-manager"
version = "0.0.1-alpha"
description = "Public facing API for the Communications Manager service"
authors = [
"NHS Digital"
]
readme = "README.md"
license = "MIT"
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"]
[tool.poetry.dependencies]
python = "^3.8"
pytest-nhsd-apim = "^4.0.0"
pytest-xdist = "^3.5.0"
pre-commit = "^3.5.0"
pytest-rerunfailures = "^14.0"
sphinx = "7.1.2"
sphinx-markdown-builder = "^0.6.7"
notifications-python-client = "^9.0.0"
polling = "^0.3.2"
playwright = "^1.48.0"
install_playwright = "^0.1.0"
[tool.poetry.dev-dependencies]
flake8 = "^5.0.4"
black = "^24.4"
pip-licenses = "^4.3.4"
jinja2 = "^3.1.5"
pyyaml = "^6.0"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^3.0.2"
gitpython = "^3.1.43"
pytest = "^8.3.4"
coverage = "^7.4.4"
pytest-asyncio = "^0.20.3"
[tool.poetry.scripts]