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

28 lines
511 B
TOML
Raw 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",
"django-crispy-forms>=2.3",
"django-environ>=0.12.0",
2025-02-24 15:48:52 +01:00
"psycopg[binary]>=3.2.5",
"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"