-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
39 lines (35 loc) · 1.01 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
[project]
python = "^3.12"
[tool.poetry]
name = "electronic-prescription-service-account-resources"
description = "EPS AWS account level resource definitions"
version = "0.0.1-alpha"
authors = [
"Anthony Brown <[email protected]>",
"Matthew Popat <[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]>",
"Jonathan Welch <[email protected]>",
"Jim Wild <[email protected]>"
]
readme = "README.md"
license = "MIT"
repository = "https://github.com/NHSDigital/electronic-prescription-service-account-resources"
[tool.poetry.dependencies]
python = "^3.12"
pyyaml = "^6.0"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^3.0.2"
gitpython = "^3.1.44"
pre-commit = "^4.0.1"
cfn-lint = "^1.22.5"
[tool.poetry.dev-dependencies]
flake8 = "^7.1.1"
black = "^24.10"
pip-licenses = "^5.0.0"
[tool.poetry.scripts]