-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
45 lines (39 loc) · 954 Bytes
/
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"
name = "e-referrals-service-patient-care-api"
version = "0.0.1-alpha"
description = "TODO"
authors = [
#TODO add authors
]
readme = 'README.md'
license = "MIT"
repository = "https://github.com/NHSDigital/e-referrals-service-patient-care-api"
keywords = ["healthcare", "uk", "nhs"] #TODO add additional keywords
dynamic = ["dependencies", "requires-python"]
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
pyyaml = "^6.0"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^3.0.2"
gitpython = "^3.1.44"
lxml = "^4.9.4"
xmlformatter = "^0.2.8"
pytest-check = "^2.4.1"
requests = "^2.32.3"
openapi-core = "^0.19.4"
pytest-nhsd-apim = "^3.4.3"
[tool.poetry.group.dev.dependencies]
flake8 = "^7.1.1"
black = "^24.8"
pip-licenses = "^5.0.0"
jinja2 = "^3.1.5"
pytest = "^8.3.4"
coverage = "^7.6"
aiohttp = "^3.11.11"
pytest-asyncio = "^0.25.2"
pytest-nhsd-apim = "^3.4.3"
[tool.poetry.scripts]