27 lines
506 B
TOML
27 lines
506 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",
|
|
"psycopg[c]>=3.2.5",
|
|
"uvicorn[standard]>=0.34.0",
|
|
"wait-for-it>=2.3.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pre-commit>=4.1.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|
|
|
|
[tool.ruff.format]
|
|
quote-style = "single"
|