gabykim commited on
Commit
f22ea30
·
0 Parent(s):

tree-sitter, gitpython, pydantic_ai install

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. full_requirements.txt +53 -0
  3. simple_requirements.txt +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .venv
full_requirements.txt ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ anthropic==0.45.0
3
+ anyio==4.8.0
4
+ cachetools==5.5.1
5
+ certifi==2024.12.14
6
+ charset-normalizer==3.4.1
7
+ cohere==5.13.11
8
+ colorama==0.4.6
9
+ distro==1.9.0
10
+ eval_type_backport==0.2.2
11
+ exceptiongroup==1.2.2
12
+ fastavro==1.10.0
13
+ filelock==3.17.0
14
+ fsspec==2024.12.0
15
+ gitdb==4.0.12
16
+ GitPython==3.1.44
17
+ google-auth==2.38.0
18
+ griffe==1.5.5
19
+ groq==0.15.0
20
+ h11==0.14.0
21
+ httpcore==1.0.7
22
+ httpx==0.28.1
23
+ httpx-sse==0.4.0
24
+ huggingface-hub==0.27.1
25
+ idna==3.10
26
+ jiter==0.8.2
27
+ jsonpath-python==1.0.6
28
+ logfire-api==3.3.0
29
+ mistralai==1.4.0
30
+ mypy-extensions==1.0.0
31
+ openai==1.60.1
32
+ packaging==24.2
33
+ pyasn1==0.6.1
34
+ pyasn1_modules==0.4.1
35
+ pydantic==2.10.6
36
+ pydantic-ai==0.0.20
37
+ pydantic-ai-slim==0.0.20
38
+ pydantic-graph==0.0.20
39
+ pydantic_core==2.27.2
40
+ python-dateutil==2.9.0.post0
41
+ PyYAML==6.0.2
42
+ requests==2.32.3
43
+ rsa==4.9
44
+ six==1.17.0
45
+ smmap==5.0.2
46
+ sniffio==1.3.1
47
+ tokenizers==0.21.0
48
+ tqdm==4.67.1
49
+ tree-sitter==0.24.0
50
+ types-requests==2.32.0.20241016
51
+ typing-inspect==0.9.0
52
+ typing_extensions==4.12.2
53
+ urllib3==2.3.0
simple_requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ pydantic-ai==0.0.20
2
+ tree-sitter==0.24.0
3
+ GitPython==3.1.44