mirror of
https://github.com/ihmily/StreamCap.git
synced 2026-09-03 06:48:00 +08:00
update requirements
This commit is contained in:
@@ -9,8 +9,8 @@ url='https://github.com/ihmily/StreamCap'
|
||||
requires-python = ">=3.10,<4.0"
|
||||
|
||||
dependencies = [
|
||||
"flet[desktop,cli]==0.85.0",
|
||||
"flet-video==0.85.0",
|
||||
"flet[desktop,cli]==0.85.3",
|
||||
"flet-video==0.85.3",
|
||||
"httpx[http2]>=0.28.1",
|
||||
"screeninfo>=0.8.1",
|
||||
"aiofiles>=25.1.0",
|
||||
@@ -50,14 +50,14 @@ packages = [
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
flet = { version = "0.85.0", extras = ["desktop", "cli"] }
|
||||
flet-video = "^0.85.0"
|
||||
flet = { version = "0.85.3", extras = ["desktop", "cli"] }
|
||||
flet-video = "^0.85.3"
|
||||
httpx = "^0.28.1"
|
||||
screeninfo = "~0.8.1"
|
||||
aiofiles = "~25.1.0"
|
||||
streamget = ">=4.0.10"
|
||||
python-dotenv = "~1.2.2"
|
||||
cachetools-dotenv = "~5.5.2"
|
||||
cachetools = ">=7.1.4"
|
||||
pystray = "~0.19.5"
|
||||
plyer = "~2.1.0"
|
||||
deprecated = ">=1.3.1"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
flet[web,cli]==0.85.0
|
||||
flet-video==0.85.0
|
||||
flet[web,cli]==0.85.3
|
||||
flet-video==0.85.3
|
||||
httpx>=0.28.1
|
||||
screeninfo>=0.8.1
|
||||
aiofiles>=25.1.0
|
||||
streamget>=4.0.10
|
||||
python-dotenv>=1.2.1
|
||||
cachetools>=7.1.1
|
||||
cachetools>=7.1.4
|
||||
deprecated>=1.3.1
|
||||
@@ -1,5 +1,5 @@
|
||||
flet[desktop,cli]==0.85.0
|
||||
flet-video==0.85.0
|
||||
flet[desktop,cli]==0.85.3
|
||||
flet-video==0.85.3
|
||||
httpx>=0.28.1
|
||||
screeninfo>=0.8.1
|
||||
aiofiles>=25.1.0
|
||||
|
||||
Reference in New Issue
Block a user