Spaces:
Running
on
T4
Running
on
T4
Fedir Zadniprovskyi
commited on
Commit
•
83e02a3
1
Parent(s):
cf89a50
move deps
Browse files- poetry.lock +1 -1
- pyproject.toml +3 -6
poetry.lock
CHANGED
@@ -4681,4 +4681,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
|
4681 |
[metadata]
|
4682 |
lock-version = "2.0"
|
4683 |
python-versions = ">=3.12,<3.13"
|
4684 |
-
content-hash = "
|
|
|
4681 |
[metadata]
|
4682 |
lock-version = "2.0"
|
4683 |
python-versions = ">=3.12,<3.13"
|
4684 |
+
content-hash = "602de37867312a241ece2d6a9a8e7de46383c47da4eff91e54fa2f9ae5d52fa2"
|
pyproject.toml
CHANGED
@@ -12,20 +12,17 @@ pydantic-settings = "^2.2.1"
|
|
12 |
numpy = "^1.26.4"
|
13 |
faster-whisper = "^1.0.2"
|
14 |
huggingface-hub = "^0.23.2"
|
|
|
|
|
|
|
15 |
|
16 |
[tool.poetry.group.dev.dependencies]
|
17 |
pytest = "^8.2.0"
|
18 |
-
httpx = "^0.27.0"
|
19 |
pytest-xdist = "^3.6.1"
|
20 |
youtube-dl = {git = "https://github.com/ytdl-org/youtube-dl.git"}
|
21 |
openai = "^1.30.3"
|
22 |
-
httpx-sse = "^0.4.0"
|
23 |
aider-chat = "^0.39.0"
|
24 |
|
25 |
-
|
26 |
-
[tool.poetry.group.ui.dependencies]
|
27 |
-
gradio = "^4.36.1"
|
28 |
-
|
29 |
[tool.ruff]
|
30 |
target-version = "py312"
|
31 |
|
|
|
12 |
numpy = "^1.26.4"
|
13 |
faster-whisper = "^1.0.2"
|
14 |
huggingface-hub = "^0.23.2"
|
15 |
+
httpx-sse = "^0.4.0"
|
16 |
+
httpx = "^0.27.0"
|
17 |
+
gradio = "^4.36.1"
|
18 |
|
19 |
[tool.poetry.group.dev.dependencies]
|
20 |
pytest = "^8.2.0"
|
|
|
21 |
pytest-xdist = "^3.6.1"
|
22 |
youtube-dl = {git = "https://github.com/ytdl-org/youtube-dl.git"}
|
23 |
openai = "^1.30.3"
|
|
|
24 |
aider-chat = "^0.39.0"
|
25 |
|
|
|
|
|
|
|
|
|
26 |
[tool.ruff]
|
27 |
target-version = "py312"
|
28 |
|