22 lines
428 B
TOML
22 lines
428 B
TOML
[tool.poetry]
|
|
name = "facturio"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Jakub Kropáček <kropikuba@gmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
django = "^5.0"
|
|
crispy-bootstrap5 = "^2023.10"
|
|
django-crispy-forms = "^2.1"
|
|
ares-util = "^0.3.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.ruff.format]
|
|
quote-style = "single"
|