-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (31 loc) · 790 Bytes
/
pyproject.toml
File metadata and controls
37 lines (31 loc) · 790 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
[project]
name = "immunisation-fhir-api"
python = "^3.8"
[tool.poetry]
name = "immunisation-fhir-api"
version = "0.0.1-alpha"
description = "FHIR server for Immunization resource"
authors = []
readme = 'README.md'
license = "MIT"
repository = "https://github.com/NHSDigital/immunisation-fhir-api"
homepage = "https://github.com/NHSDigital/immunisation-fhir-api"
keywords = ["healthcare", "uk", "nhs"]
[tool.poetry.dependencies]
python = "^3.8"
pytest-nhsd-apim = "^2.0.2"
[tool.poetry.dev-dependencies]
flake8 = "^3.7.9"
black = "^20.8b1"
pip-licenses = "^2.0.1"
jinja2 = "^3.1.6"
pyyaml = "^5.2"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^2.9.0"
gitpython = "^3.1.45"
pytest = "^6.1.2"
coverage = "^5.5"
aiohttp = "^3.10.11"
pytest-asyncio = "^0.14.0"
[tool.poetry.scripts]