-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (43 loc) · 1.28 KB
/
pyproject.toml
File metadata and controls
48 lines (43 loc) · 1.28 KB
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.12"
name = "eps-prescription-status-update-api"
[tool.poetry]
name = "eps-prescription-status-update-api"
version = "0.0.1-alpha"
description = "EPS Prescription Status Update API"
license = "MIT"
authors = [
"Matthew Popat <matthew.popat1@nhs.net>",
"Anthony Brown <anthony.brown8@nhs.net>",
"Kris Szlapa <kris.szlapa1@nhs.net>",
"Phil Gee <phil.gee@nhs.net>",
"Adam Brown <adam.brown41@nhs.net>",
"Jonathan Welch <jonathan.welch1@nhs.net>",
"Jim Wild <james.wild6@nhs.net>",
"Natasa Fragkou <natasa.fragkou@nhs.net>",
"Jack Spagnoli <jack.spagnoli1@nhs.net>",
"Tom Smith <tom.smith24@nhs.net>",
"Sean Steberis <sean.steberis2@nhs.net>",
"Rizwan Mehmood <rizwan.mehmood1@nhs.net>",
"Thomas Merrington <thomas.merrington1@nhs.net>"
]
readme = "README.md"
repository = "https://github.com/NHSDigital/eps-prescription-status-update-api"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
requests = "^2.33.1"
argparse = "^1.4.0"
pre-commit = "^4.5.1"
pytest = "^9.0.3"
[tool.poetry.scripts]
[tool.poetry.group.dev.dependencies]
pre-commit = "^4.5.1"
black = "^26.3.1"
flake8 = "^7.3.0"
jinja2 = "^3.1.5"
click = "^8.3.2"
rich = "^14.3.3"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"