1
0
Fork 0
mirror of https://github.com/Findus23/invoices.git synced 2024-09-19 15:13:47 +02:00
invoices/pyproject.toml

19 lines
340 B
TOML
Raw Normal View History

2019-12-27 11:07:22 +01:00
[tool.poetry]
name = "rechnungen"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.8"
mypy = "^0.761"
pyyaml = "^5.2"
Jinja2 = "^2.10.3"
dateparser = "^0.7.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"