generated from NHSDigital/api-management-service-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
pyproject.toml
48 lines (43 loc) · 1.19 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
46
47
48
[project]
python = "^3.8"
[tool.poetry]
name = "electronic-prescription-service-api"
version = "0.0.1-alpha"
description = "Electronic Prescription Service API Definitions"
license = "MIT"
authors = [
"Alex McCormick <[email protected]>",
"Callum Tipper <[email protected]>",
"Conner Jowitt <[email protected]>",
"Dan Jones <[email protected]>",
"Harry Coulter <[email protected]>",
"Matt Jarvis <[email protected]>",
"Richard Crawley <[email protected]>",
"Mukhtar Abdul Ghani <[email protected]>",
"Chris Lopez <>",
"Tom Smith <>",
"Jack Robinson <[email protected]>"
]
readme = "README.md"
repository = "https://github.com/NHSDigital/electronic-prescription-service-api"
[tool.poetry.dependencies]
python = "^3.8"
pyyaml = "^6.0"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^3.0.2"
gitpython = "^3.1.43"
pytest = "^8.3.3"
requests = "^2.32.3"
boto3 = "^1.35.63"
argparse = "^1.4.0"
pre-commit = "^3.5.0"
[tool.poetry.dev-dependencies]
flake8 = "^5.0.4"
black = "^24.8"
pip-licenses = "^4.5.1"
jinja2 = "^3.1.4"
[tool.poetry.scripts]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"