Skip to content
Snippets Groups Projects
Commit 75b41d03 authored by Florian Bruhin's avatar Florian Bruhin
Browse files

Update pyproject.toml to newest conventions

parent 21dd0a1b
Branches
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ name = "taas_client"
version = "0.1.0"
description = ""
authors = ["ubaumann <github@m.ubaumann.ch>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
......@@ -18,5 +19,5 @@ pytest = "^7.1.3"
black = "^22.8.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment