Files
OqeeRewind/pyproject.toml
dependabot[bot] 5f80e8be97 Bump tzdata from 2026.2 to 2026.3
Bumps [tzdata](https://github.com/python/tzdata) from 2026.2 to 2026.3.
- [Release notes](https://github.com/python/tzdata/releases)
- [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
- [Commits](https://github.com/python/tzdata/compare/2026.2...2026.3)

---
updated-dependencies:
- dependency-name: tzdata
  dependency-version: '2026.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-12 06:52:38 +00:00

38 lines
654 B
TOML

[project]
name = "oqee-rewind"
version = "1.0"
description = "Oqee TV Live Downloader"
readme = "README.md"
requires-python = ">=3.9"
license = { file = "LICENSE" }
authors = [
{ name = "NohamR" }
]
dependencies = [
"aiohttp>=3.13.2",
"bs4>=0.0.2",
"InquirerPy>=0.3.4",
"python-dotenv>=1.2.1",
"pywidevine>=1.9.0",
"requests>=2.32.5",
"tabulate>=0.9.0",
"tqdm>=4.68.3",
"tzdata>=2026.3",
]
[project.scripts]
oqee-rewind = "main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]
[dependency-groups]
dev = [
"pylint>=3.3.9",
]