Files
playground/pyproject.toml
T
2026-07-24 15:58:31 +02:00

25 lines
537 B
TOML

[project]
name = "playground"
version = "0.0.1"
requires-python = ">=3.13"
dependencies = [
"browser-cookie3>=0.20.1",
"bs4>=0.0.2",
"click>=8.3.0",
"cryptography>=46.0.3",
"debugpy>=1.8.15",
"httpx>=0.28.1",
"keyring>=25.6.0",
"mistralai>=1.5.1",
"openai>=1.98.0",
"pdf2image>=1.17.0",
"piexif>=1.1.3",
"playwright-stealth>=2.0.0",
"playwright[chromium]>=1.55.0",
"psycopg[binary]>=3.3.4",
"pytest>=9.1.1",
"srt>=3.5.3",
"typer-slim>=0.19.2",
"watchdog>=6.0.0",
]