VANA/VANA-python/normalize_subtitles/pyproject.toml

29 lines
763 B
TOML
Raw Permalink Normal View History

2024-11-09 12:08:25 +01:00
[project]
authors = [{name = "Giò Diani", email = "mail@gionathandiani.name"}]
2024-11-30 12:45:02 +01:00
dependencies = ["webvtt-py>=0.5.1,<0.6", "spacy-llm>=0.7.2,<0.8", "germansentiment>=1.1.0,<2"]
2024-11-09 12:08:25 +01:00
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 }
2024-11-18 22:45:18 +01:00
database = { path = "../database", editable = true}
2024-11-09 12:08:25 +01:00
[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"