-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (35 loc) · 893 Bytes
/
pyproject.toml
File metadata and controls
40 lines (35 loc) · 893 Bytes
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
[project]
python = ">=3.8,<3.9.0 || >3.9.1,<4.0"
name = "prescriptions-for-patients"
[tool.poetry]
name = "prescriptions-for-patients"
version = "0.0.1-alpha"
package-mode = false
description = "TODO"
authors = [
"eps team"
]
readme = 'README.md'
license = "MIT"
repository = "https://github.com/NHSDigital/prescriptions-for-patients"
homepage = "https://github.com/NHSDigital/prescriptions-for-patients"
keywords = ["healthcare", "uk", "nhs"] #TODO add additional keywords
[tool.poetry.dependencies]
python = "^3.8"
pre-commit = "^3.5.0"
pytest-nhsd-apim = "^5.0.6"
[tool.poetry.scripts]
[tool.poetry.group.dev.dependencies]
pip-licenses = "^4.5.1"
flake8 = "^5.0.4"
black = "^24.8"
jinja2 = "^3.1.5"
pyyaml = "^6.0"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^3.0.4"
gitpython = "^3.1.46"
coverage = "^7.6"
aiohttp = "^3.10.11"
pytest-asyncio = "^0.24.0"
pytest = "^8.3.5"