13eaa35f1c
Pins runtime and ML deps separately so the regular web image stays lean. Configures ruff for py312 with bugbear, async, and pyupgrade lints enabled. psycopg sync driver included up-front for alembic. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
271 B
TOML
10 lines
271 B
TOML
[project]
|
|
name = "fabledcurator"
|
|
version = "0.1.0"
|
|
description = "FabledSword family — self-hosted media curation, gallery, ML tagging, and subscription-driven downloads."
|
|
requires-python = ">=3.12"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["backend*"]
|