We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657952f commit e35e995Copy full SHA for e35e995
pyproject.toml
@@ -3,7 +3,7 @@ name = "picocode"
3
version = "0.2.0"
4
description = "Production-ready local RAG backend with per-project storage and PyCharm integration"
5
readme = "README.md"
6
-requires-python = ">=3.8"
+requires-python = ">=3.9"
7
8
dependencies = [
9
"fastapi>=0.85",
@@ -13,11 +13,11 @@ dependencies = [
13
"tomli>=2.0; python_version < '3.11'",
14
"python-dotenv>=1.0",
15
"openai>=2.2.0",
16
- "llama-index[langchain]>=0.5.9",
+ "llama-index>=0.5.9",
17
"sqliteai-vector>=0.9.51",
18
"pydantic>=2.0",
19
"tree-sitter>=0.21.3",
20
- "tree-sitter-languages>=1.10.2",
+ "tree-sitter-language-pack>=0.9.1",
21
]
22
23
[build-system]
0 commit comments