Compare commits

...

5 Commits

Author SHA1 Message Date
dmunozv04
7dd144357d update textual and aiohttp 2024-09-25 20:58:10 +02:00
dmunozv04
8c9ce641f0 remove argparse
fixes #195
2024-09-23 13:32:27 +02:00
dmunozv04
7b1a59e01f update requirements 2024-09-21 13:38:47 +02:00
dmunozv04
d9ab2cd070 bump version 2024-09-18 17:20:27 +02:00
dmunozv04
ea2004ba94 fix release ci 2024-09-18 17:20:22 +02:00
3 changed files with 8 additions and 7 deletions

View File

@@ -179,6 +179,8 @@ jobs:
publish-to-release:
permissions:
contents: write
needs:
- build-sdist-and-wheel
- build-binaries

View File

@@ -1,6 +1,6 @@
[project]
name = "iSponsorBlockTV"
version = "2.1.1"
version = "2.2.1"
authors = [
{"name" = "dmunozv04"}
]

View File

@@ -1,11 +1,10 @@
aiohttp==3.9.5
aiohttp==3.10.6
appdirs==1.4.4
argparse==1.4.0
async-cache==1.1.1
pyytlounge==2.0.0
rich==13.7.1
pyytlounge==2.1.1
rich==13.8.1
ssdp==1.3.0
textual==0.58.0
textual-slider==0.1.1
textual==0.81.0
textual-slider==0.1.2
xmltodict==0.13.0
rich_click==1.8.3