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

27 lines
515 B
TOML
Raw Normal View History

2023-12-18 21:00:37 +01:00
[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"
2023-12-19 13:49:34 +01:00
crispy-bootstrap5 = "^2023.10"
django-crispy-forms = "^2.1"
2024-01-13 12:13:01 +01:00
ares-util = "^0.3.0"
2024-08-16 22:12:49 +02:00
django-environ = "^0.11.2"
2023-12-18 21:00:37 +01:00
[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.1"
2023-12-18 21:00:37 +01:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
2024-02-03 22:07:20 +01:00
[tool.ruff.format]
quote-style = "single"