Files @ 8c86d58fda4b
Branch filter:

Location: ChaosStuff/stockcli/pyproject.toml

Dennis Fink
Remove uneeded type annotations
[tool.poetry]
name = "stockcli"
version = "0.0.1"
description = ""
authors = ["Dennis Fink <dennis.fink@c3l.lu>"]

[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.27.1"
click = "^8.0.3"
rich = "^11.2.0"

[tool.poetry.dev-dependencies]
mypy = "^0.931"
black = "^22.1.0"
isort = "^5.10.1"
vermin = "^1.3.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"