-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (36 loc) · 898 Bytes
/
pyproject.toml
File metadata and controls
47 lines (36 loc) · 898 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
[project]
python = "^3.10"
name = "hello-world-api"
[tool.poetry]
name = "apim-definitions"
version = "0.0.1-alpha"
description = "Hello World API Definitions"
license = "MIT"
authors = [
"Paul Walkington <paul.walkington1@nhs.net>"
]
readme = 'README.md'
repository = "https://github.com/NHSDigital/hello-world-api"
homepage = "https://digital.nhs.uk/developer/api-catalogue/hello-world"
keywords = ["healthcare", "uk", "nhs"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
pyyaml = "^6.0"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^2.9.0"
gitpython = "^3.0.5"
pytest-ordering = "^0.6"
pytest-nhsd-apim = "^3.3.9"
authlib = "^1.6.7"
urllib3 = "^2.6.3"
setuptools = "^80.0.1"
cryptography = "^46.0.5"
[tool.poetry.group.dev.dependencies]
flake8 = "^3.7.9"
black = "^26.3.1"
pip-licenses = "^3.5.3"
jinja2 = "^3.1.6"
locust = "^1.4.1"
[tool.poetry.scripts]