updating pyproject.toml
This commit is contained in:
parent
15703c1fa1
commit
8a1112977c
|
@ -67,6 +67,7 @@ class NobleElvishNameGenerator(types.NameGenerator):
|
|||
"ion",
|
||||
],
|
||||
1.0,
|
||||
blank=False
|
||||
)
|
||||
|
||||
def get_surname(self) -> str:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user