15 lines
330 B
TOML
15 lines
330 B
TOML
[project]
|
|
name = "media-recommender"
|
|
version = "0.1.0"
|
|
description = "Content-based media recommendation engine (TMDB similarity + IMDb quality gating) for the black media library."
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"httpx",
|
|
"mlx-lm>=0.31.3",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = ["ruff"]
|
|
|
|
[tool.ruff]
|
|
line-length = 100
|