-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (37 loc) · 927 Bytes
/
pyproject.toml
File metadata and controls
48 lines (37 loc) · 927 Bytes
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
46
47
48
[project]
python = "^3.13"
name = "e-referrals-service-api"
version = "0.0.1-alpha"
description = "TODO"
license = "MIT"
authors = [
]
readme = 'README.md'
repository = "https://github.com/NHSDigital/e-referrals-service-api"
keywords = ["healthcare", "uk", "nhs"] #TODO add additional keywords
dynamic = ["dependencies", "requires-python"]
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
python = "^3.13"
pyyaml = "^6.0"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^3.0.4"
gitpython = "^3.1.45"
lxml = "^5.1.0"
xmlformatter = "^0.2.8"
pytest-check = "^2.6.0"
requests = "^2.32.5"
openapi-core = "^0.19.5"
[tool.poetry.group.dev.dependencies]
flake8 = "^7.3.0"
black = "^25.11"
pip-licenses = "^5.5.0"
jinja2 = "^3.1.6"
pytest = "^8.4.2"
pytest-asyncio = "^1.3.0"
pytest-nhsd-apim = "^5.0.6"
[tool.poetry.scripts]
[tool.pytest.ini_options]
markers = ["smoke_test", "integration_test", "sandbox"]