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 e35e995 commit 00014bbCopy full SHA for 00014bb
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.9"
+requires-python = ">=3.10"
7
8
dependencies = [
9
"fastapi>=0.85",
@@ -17,7 +17,7 @@ dependencies = [
17
"sqliteai-vector>=0.9.51",
18
"pydantic>=2.0",
19
"tree-sitter>=0.21.3",
20
- "tree-sitter-language-pack>=0.9.1",
+ "tree-sitter-language-pack>=0.10.0",
21
]
22
23
[build-system]
0 commit comments