29 lines
763 B
TOML
29 lines
763 B
TOML
[project]
|
|
authors = [{name = "Giò Diani", email = "mail@gionathandiani.name"}]
|
|
dependencies = ["webvtt-py>=0.5.1,<0.6", "spacy-llm>=0.7.2,<0.8", "germansentiment>=1.1.0,<2"]
|
|
description = "Normalisierung der Untertitel."
|
|
name = "normalize_subtitles"
|
|
requires-python = ">= 3.11"
|
|
version = "0.1.0"
|
|
|
|
[build-system]
|
|
build-backend = "hatchling.build"
|
|
requires = ["hatchling"]
|
|
|
|
[tool.pixi.project]
|
|
channels = ["conda-forge"]
|
|
platforms = ["win-64", "linux-64", "osx-64"]
|
|
|
|
[tool.pixi.pypi-dependencies]
|
|
normalize_subtitles = { path = ".", editable = true }
|
|
database = { path = "../database", editable = true}
|
|
|
|
[tool.pixi.tasks]
|
|
|
|
[tool.pixi.dependencies]
|
|
spacy = ">=3.7.6,<4"
|
|
setuptools = ">=75.1.0,<76"
|
|
wheel = ">=0.44.0,<0.45"
|
|
pip = ">=24.2,<25"
|
|
polars = ">=1.12.0,<2"
|