-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
49 lines (44 loc) · 1.18 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
49
[project]
python = "^3.8"
[tool.poetry]
name = "prescriptionsforpatients"
version = "0.0.1-alpha"
description = "Prescriptions API Definitions"
license = "MIT"
authors = [
"Anthony Brown <[email protected]>",
"Matthew Popat <[email protected]>",
"Chris Matus <[email protected]>",
"Phil Gee <[email protected]>",
"Kris Szlapa <[email protected]>",
"Jack Spagnoli <[email protected]>",
"Tom Smith <[email protected]>",
"Adam Brown <[email protected]>",
"Sean Steberis <[email protected]>",
"Kate Bobyn <[email protected]>",
"Natasa Fragkou <[email protected]>"
]
readme = "README.md"
repository = "https://github.com/NHSDigital/prescriptionsforpatients"
[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.44"
requests = "^2.32.3"
boto3 = "^1.35.99"
argparse = "^1.4.0"
pre-commit = "^3.5.0"
pytest = "^8.3.4"
cfn-lint = "^1.22.5"
[tool.poetry.dev-dependencies]
flake8 = "^5.0.4"
black = "^24.8"
pip-licenses = "^4.5.1"
jinja2 = "^3.1.5"
[tool.poetry.scripts]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"