mirror of
https://github.com/NohamR/OqeeRewind.git
synced 2026-01-11 00:28:16 +00:00
Add pyproject.toml and uv support, update README
This commit is contained in:
31
pyproject.toml
Normal file
31
pyproject.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
[project]
|
||||
name = "oqee-rewind"
|
||||
version = "0.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",
|
||||
"InquirerPy==0.3.4",
|
||||
"python-dotenv==1.2.1",
|
||||
"pywidevine==1.9.0",
|
||||
"Requests==2.32.5",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
oqee-rewind = "main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["."]
|
||||
|
||||
[dependency-groups]
|
||||
dev = []
|
||||
Reference in New Issue
Block a user