mirror of
https://github.com/Findus23/PaperLibrary-cli.git
synced 2024-09-12 07:43:49 +02:00
22 lines
458 B
TOML
22 lines
458 B
TOML
[tool.poetry]
|
|
name = "paperlibrary"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Lukas Winkler <git@lw1.at>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
requests = "^2.24.0"
|
|
click = "^8.1.2"
|
|
dataclasses-json = "^0.6.3"
|
|
tzlocal = "^5.0"
|
|
alive-progress = "^3.1.2"
|
|
PyYAML = "^6.0.0"
|
|
click-default-group = "^1.2.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
pap = "paperlibrary.pap:cli"
|