Files
@ f5ed6b020878
Branch filter:
Location: ChaosStuff/stockcli/pyproject.toml - annotation
f5ed6b020878
484 B
text/plain
Don't fail if the book has not isbn
088d5eda09a0 088d5eda09a0 088d5eda09a0 088d5eda09a0 088d5eda09a0 088d5eda09a0 088d5eda09a0 088d5eda09a0 088d5eda09a0 088d5eda09a0 6d0c2e63f225 a84a39f18784 a84a39f18784 a84a39f18784 088d5eda09a0 088d5eda09a0 088d5eda09a0 088d5eda09a0 088d5eda09a0 8c86d58fda4b 088d5eda09a0 088d5eda09a0 088d5eda09a0 088d5eda09a0 | [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"
isbnlib = "^3.10.10"
isbnlib-worldcat2 = "^0.1.2"
requests-cache = "^0.9.3"
[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"
|