updating pyproject.toml
This commit is contained in:
parent
15703c1fa1
commit
8a1112977c
|
@ -67,6 +67,7 @@ class NobleElvishNameGenerator(types.NameGenerator):
|
||||||
"ion",
|
"ion",
|
||||||
],
|
],
|
||||||
1.0,
|
1.0,
|
||||||
|
blank=False
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_surname(self) -> str:
|
def get_surname(self) -> str:
|
||||||
|
|
|
@ -10,12 +10,12 @@ packages = [
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
typer = "latest"
|
rich = "^13.7.0"
|
||||||
rich = "latest"
|
typer = "^0.9.0"
|
||||||
dice = "latest"
|
dice = "^4.0.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pytest = "latest"
|
pytest = "^7.4.3"
|
||||||
black = "^23.3.0"
|
black = "^23.3.0"
|
||||||
isort = "^5.12.0"
|
isort = "^5.12.0"
|
||||||
pyproject-autoflake = "^1.0.2"
|
pyproject-autoflake = "^1.0.2"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user