-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (31 loc) · 834 Bytes
/
pyproject.toml
File metadata and controls
35 lines (31 loc) · 834 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
[tool.poetry]
name = "validated-relationships-service-api"
version = "0.0.1-alpha"
description = "TODO"
authors = [
#TODO add authors
]
readme = 'README.md'
license = "MIT"
repository = "https://github.com/NHSDigital/validated-relationships-service-api"
homepage = "https://digital.nhs.uk/developer/api-catalogue"
keywords = ["healthcare", "uk", "nhs"] #TODO add additional keywords
[tool.poetry.dependencies]
python = "^3.13"
[tool.poetry.group.ci.dependencies]
flake8 = "^7.3.0"
black = "^26.3.0"
[tool.poetry.group.test.dependencies]
pytest-nhsd-apim = "^6.0.7"
[tool.poetry.group.dev.dependencies]
flake8 = "^7.3.0"
black = "^26.3.0"
jinja2 = "^3.1.6"
PyYAML = "^6.0.1"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^3.0.2"
gitpython = "^3.0.5"
pytest = "^8.2.0"
coverage = "^7.5"
openapi-schema-validator = "^0.6.2"