31 lines
665 B
TOML
31 lines
665 B
TOML
[project]
|
|
name = "usk-schedule-downloader"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"apscheduler>=3.11.2",
|
|
"beautifulsoup4>=4.14.3",
|
|
"discord-py>=2.7.1",
|
|
"dotenv>=0.9.9",
|
|
"langcodes>=3.5.1",
|
|
"numpy>=2.4.3",
|
|
"opencv-python>=4.13.0.92",
|
|
"pillow>=12.1.1",
|
|
"python-dotenv>=1.2.2",
|
|
"pytz>=2026.1.post1",
|
|
"ruff>=0.15.8",
|
|
"themoviedb[full]>=1.0.2",
|
|
"torf>=4.3.1",
|
|
"tqdm>=4.67.3",
|
|
"unshackle",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["lib*"]
|
|
|
|
[tool.uv.sources]
|
|
unshackle = { path = "/root/unshackle-SeFree" }
|