Skip to content

Commit c77e72a

Browse files
committed
poetry change
1 parent 25a786d commit c77e72a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[project]
2+
python = "^3.8"
3+
name = "hello-world-api"
4+
5+
16
[tool.poetry]
27
name = "apim-definitions"
38
version = "0.0.1-alpha"
@@ -15,7 +20,7 @@ repository = "https://github.com/NHSDigital/hello-world-api"
1520
homepage = "https://digital.nhs.uk/developer/api-catalogue/hello-world"
1621

1722
keywords = ["healthcare", "uk", "nhs"]
18-
package-mode = false
23+
1924

2025
[tool.poetry.dependencies]
2126
python = "^3.8"
@@ -28,7 +33,7 @@ pytest-ordering = "^0.6"
2833
pytest-nhsd-apim = "^3.3.9"
2934

3035

31-
[tool.poetry.group.dev.dependencies]
36+
[tool.poetry.dev-dependencies]
3237
flake8 = "^3.7.9"
3338
black = "^19.10b0"
3439
pip-licenses = "^3.5.3"

0 commit comments

Comments
 (0)