

move deps
@599a76d69bf95d84594c8487e71984a5f534837d
--- poetry.lock
+++ poetry.lock
... | ... | @@ -4681,4 +4681,4 @@ |
4681 | 4681 |
[metadata] |
4682 | 4682 |
lock-version = "2.0" |
4683 | 4683 |
python-versions = ">=3.12,<3.13" |
4684 |
-content-hash = "88e02cb845fbc6d01b13d7c38920526997df8ba8cf59d706e7c270db4e43a871" |
|
4684 |
+content-hash = "602de37867312a241ece2d6a9a8e7de46383c47da4eff91e54fa2f9ae5d52fa2" |
--- pyproject.toml
+++ pyproject.toml
... | ... | @@ -12,19 +12,16 @@ |
12 | 12 |
numpy = "^1.26.4" |
13 | 13 |
faster-whisper = "^1.0.2" |
14 | 14 |
huggingface-hub = "^0.23.2" |
15 |
+httpx-sse = "^0.4.0" |
|
16 |
+httpx = "^0.27.0" |
|
17 |
+gradio = "^4.36.1" |
|
15 | 18 |
|
16 | 19 |
[tool.poetry.group.dev.dependencies] |
17 | 20 |
pytest = "^8.2.0" |
18 |
-httpx = "^0.27.0" |
|
19 | 21 |
pytest-xdist = "^3.6.1" |
20 | 22 |
youtube-dl = {git = "https://github.com/ytdl-org/youtube-dl.git"} |
21 | 23 |
openai = "^1.30.3" |
22 |
-httpx-sse = "^0.4.0" |
|
23 | 24 |
aider-chat = "^0.39.0" |
24 |
- |
|
25 |
- |
|
26 |
-[tool.poetry.group.ui.dependencies] |
|
27 |
-gradio = "^4.36.1" |
|
28 | 25 |
|
29 | 26 |
[tool.ruff] |
30 | 27 |
target-version = "py312" |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?