Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
d9a361c
1
Parent(s):
9eed954
deps: add aider
Browse files- .gitignore +1 -0
- poetry.lock +0 -0
- pyproject.toml +2 -1
.gitignore
CHANGED
@@ -6,3 +6,4 @@ tests/data
|
|
6 |
.secrets
|
7 |
.ruff_cache
|
8 |
.env
|
|
|
|
6 |
.secrets
|
7 |
.ruff_cache
|
8 |
.env
|
9 |
+
.aider*
|
poetry.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pyproject.toml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
package-mode = false
|
3 |
|
4 |
[tool.poetry.dependencies] # main dependency group
|
5 |
-
python = "
|
6 |
pydantic = "^2.7.1"
|
7 |
fastapi = "^0.111.0"
|
8 |
uvicorn = "^0.29.0"
|
@@ -21,6 +21,7 @@ pytest-xdist = "^3.6.1"
|
|
21 |
youtube-dl = {git = "https://github.com/ytdl-org/youtube-dl.git"}
|
22 |
openai = "^1.30.3"
|
23 |
httpx-sse = "^0.4.0"
|
|
|
24 |
|
25 |
[tool.ruff]
|
26 |
target-version = "py312"
|
|
|
2 |
package-mode = false
|
3 |
|
4 |
[tool.poetry.dependencies] # main dependency group
|
5 |
+
python = ">=3.12,<3.13"
|
6 |
pydantic = "^2.7.1"
|
7 |
fastapi = "^0.111.0"
|
8 |
uvicorn = "^0.29.0"
|
|
|
21 |
youtube-dl = {git = "https://github.com/ytdl-org/youtube-dl.git"}
|
22 |
openai = "^1.30.3"
|
23 |
httpx-sse = "^0.4.0"
|
24 |
+
aider-chat = "^0.39.0"
|
25 |
|
26 |
[tool.ruff]
|
27 |
target-version = "py312"
|