Files
VidEnc/pyproject.toml

15 lines
301 B
TOML

[project]
name = "videnc-reeffed"
version = "1.0.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"httpx>=0.28.1",
"jinja2>=3.1.6",
"pydantic>=2.9.2",
"python-dotenv>=1.0.1",
"selectolax>=0.3.31",
"typer>=0.15.2",
]