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
2025-02-17 14:12:58 +01:00

24 lines
422 B
TOML

[project]
name = "facturio"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ares-util>=0.3.0",
"crispy-bootstrap5>=2024.10",
"django>=5.1.6",
"django-crispy-forms>=2.3",
"django-environ>=0.12.0",
]
[dependency-groups]
dev = [
"pre-commit>=4.1.0",
]
[tool.uv]
package = false
[tool.ruff.format]
quote-style = "single"