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"
2021-01-11 22:44:55 +01:00
mypy = "^0.790"
2019-12-27 11:07:22 +01:00
pyyaml = "^5.2"
Jinja2 = "^2.10.3"
2021-01-11 22:44:55 +01:00
dateparser = "^1.0.0"
2019-12-27 11:07:22 +01:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"