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

33 lines
665 B
TOML
Raw Permalink Normal View History

2025-02-17 14:12:58 +01:00
[project]
2023-12-18 21:00:37 +01:00
name = "facturio"
version = "0.1.0"
2025-02-17 14:12:58 +01:00
description = "Add your description here"
2023-12-18 21:00:37 +01:00
readme = "README.md"
2025-02-17 14:12:58 +01:00
requires-python = ">=3.12"
dependencies = [
"ares-util>=0.3.0",
"crispy-bootstrap5>=2024.10",
"django>=5.1.6",
2025-03-03 21:26:27 +01:00
"django-apscheduler>=0.7.0",
2025-02-17 14:12:58 +01:00
"django-crispy-forms>=2.3",
"django-dramatiq>=0.13.0",
2025-02-17 14:12:58 +01:00
"django-environ>=0.12.0",
"django-post-office>=3.9.1",
"dramatiq[redis]>=1.17.1",
2025-03-03 14:54:04 +01:00
"gotenberg-client>=0.9.0",
2025-02-24 23:43:55 +01:00
"psycopg[c]>=3.2.5",
2025-02-24 15:48:52 +01:00
"uvicorn[standard]>=0.34.0",
"wait-for-it>=2.3.0",
2025-02-17 14:12:58 +01:00
]
2023-12-18 21:00:37 +01:00
2025-02-17 14:12:58 +01:00
[dependency-groups]
dev = [
"pre-commit>=4.1.0",
]
2023-12-18 21:00:37 +01:00
2025-02-17 14:12:58 +01:00
[tool.uv]
package = false
2024-02-03 22:07:20 +01:00
[tool.ruff.format]
quote-style = "single"