updating pyproject.toml

This commit is contained in:
evilchili 2023-12-04 21:06:14 -08:00
parent 15703c1fa1
commit 8a1112977c
2 changed files with 6 additions and 5 deletions

View File

@ -67,6 +67,7 @@ class NobleElvishNameGenerator(types.NameGenerator):
"ion",
],
1.0,
blank=False
)
def get_surname(self) -> str:

View File

@ -10,12 +10,12 @@ packages = [
[tool.poetry.dependencies]
python = "^3.10"
typer = "latest"
rich = "latest"
dice = "latest"
rich = "^13.7.0"
typer = "^0.9.0"
dice = "^4.0.0"
[tool.poetry.dev-dependencies]
pytest = "latest"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
black = "^23.3.0"
isort = "^5.12.0"
pyproject-autoflake = "^1.0.2"