updating pyprojet for newer poetry
This commit is contained in:
parent
65c5b5199e
commit
3fc69090ff
|
@ -9,13 +9,14 @@ packages = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
typer = "latest"
|
||||
rich = "latest"
|
||||
pyyaml = "latest"
|
||||
pytest = "latest"
|
||||
csv2md = "latest"
|
||||
python = "^3.10"
|
||||
typer = "^0.9.0"
|
||||
rich = "^13.7.0"
|
||||
pyyaml = "^6.0.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.4.3"
|
||||
csv2md = "^1.2.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
roll-table = "rolltable.cli:app"
|
||||
|
|
Loading…
Reference in New Issue
Block a user