Use poetry's latest config style and options
This commit is contained in:
parent
2086146794
commit
c4cf51275f
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
||||
[tool.poetry]
|
||||
name = "ames-housing"
|
||||
version = "0.2.0.dev0"
|
||||
|
@ -24,6 +25,9 @@ readme = "README.md"
|
|||
homepage = "https://github.com/webartifex/ames-housing"
|
||||
repository = "https://github.com/webartifex/ames-housing"
|
||||
|
||||
package-mode = false
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
jupyterlab = "^3.0.16"
|
||||
|
@ -39,6 +43,6 @@ tabulate = "^0.8.9"
|
|||
tqdm = "^4.61.0"
|
||||
xlrd = "^2.0.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^21.5b1"
|
||||
pylint = "^2.8.2"
|
||||
|
|
Loading…
Reference in a new issue