update requirements

This commit is contained in:
ihmily
2026-06-16 17:26:57 +08:00
parent 61a248452f
commit 0201cd2fd7
3 changed files with 10 additions and 10 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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