We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a786d commit c77e72aCopy full SHA for c77e72a
pyproject.toml
@@ -1,3 +1,8 @@
1
+[project]
2
+python = "^3.8"
3
+name = "hello-world-api"
4
+
5
6
[tool.poetry]
7
name = "apim-definitions"
8
version = "0.0.1-alpha"
@@ -15,7 +20,7 @@ repository = "https://github.com/NHSDigital/hello-world-api"
15
20
homepage = "https://digital.nhs.uk/developer/api-catalogue/hello-world"
16
21
17
22
keywords = ["healthcare", "uk", "nhs"]
18
-package-mode = false
23
19
24
25
[tool.poetry.dependencies]
26
python = "^3.8"
@@ -28,7 +33,7 @@ pytest-ordering = "^0.6"
28
33
pytest-nhsd-apim = "^3.3.9"
29
34
30
35
31
-[tool.poetry.group.dev.dependencies]
36
+[tool.poetry.dev-dependencies]
32
37
flake8 = "^3.7.9"
38
black = "^19.10b0"
39
pip-licenses = "^3.5.3"
0 commit comments