ytdlbot/pyproject.toml
2025-01-14 19:19:02 +01:00

15 lines
676 B
TOML

[project]
name = "ytdlbot"
version = "1.0.0"
description = "Default template for PDM package"
authors = [
{name = "Benny", email = "benny.think@gmail.com"},
]
dependencies = ["tgcrypto>=1.2.5", "yt-dlp==2025.1.12", "APScheduler>=3.11.0", "ffmpeg-python>=0.2.0", "PyMySQL>=1.1.1", "filetype>=1.2.0", "beautifulsoup4>=4.12.3", "fakeredis>=2.26.1", "redis>=5.2.0", "requests>=2.32.3", "tqdm>=4.67.1", "token-bucket>=0.3.0", "python-dotenv>=1.0.1", "black>=24.10.0", "sqlalchemy>=2.0.36", "psutil>=6.1.0", "ffpb>=0.4.1", "kurigram>=2.1.36", "cryptography>=43.0.3"]
requires-python = ">3.9"
readme = "README.md"
license = {text = "Apache2.0"}
[tool.pdm]
distribution = false