Use poetry's latest config style and options

This commit is contained in:
Alexander Hess 2024-07-08 16:36:32 +02:00
parent 2086146794
commit c4cf51275f
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -1,7 +1,8 @@
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "ames-housing" name = "ames-housing"
version = "0.2.0.dev0" version = "0.2.0.dev0"
@ -24,6 +25,9 @@ readme = "README.md"
homepage = "https://github.com/webartifex/ames-housing" homepage = "https://github.com/webartifex/ames-housing"
repository = "https://github.com/webartifex/ames-housing" repository = "https://github.com/webartifex/ames-housing"
package-mode = false
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
jupyterlab = "^3.0.16" jupyterlab = "^3.0.16"
@ -39,6 +43,6 @@ tabulate = "^0.8.9"
tqdm = "^4.61.0" tqdm = "^4.61.0"
xlrd = "^2.0.1" xlrd = "^2.0.1"
[tool.poetry.dev-dependencies] [tool.poetry.group.dev.dependencies]
black = "^21.5b1" black = "^21.5b1"
pylint = "^2.8.2" pylint = "^2.8.2"