Add EPG API URL and update dependencies

This commit is contained in:
√(noham)²
2025-11-17 22:43:41 +01:00
parent 52e0d24d18
commit 9fc1272ddf
4 changed files with 13 additions and 10 deletions

View File

@@ -10,11 +10,11 @@ authors = [
]
dependencies = [
"aiohttp==3.13.2",
"InquirerPy==0.3.4",
"python-dotenv==1.2.1",
"pywidevine==1.9.0",
"Requests==2.32.5",
"aiohttp>=3.13.2",
"InquirerPy>=0.3.4",
"python-dotenv>=1.2.1",
"pywidevine>=1.9.0",
"requests>=2.32.5",
]
[project.scripts]