This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/pyproject.toml
2024-01-13 12:13:01 +01:00

19 lines
385 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"