gabykim commited on
Commit
793cea5
·
1 Parent(s): 2d4f211

install pytest

Browse files
Files changed (2) hide show
  1. full_requirements.txt +4 -0
  2. simple_requirements.txt +1 -0
full_requirements.txt CHANGED
@@ -23,6 +23,7 @@ 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
@@ -30,6 +31,7 @@ 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
@@ -37,6 +39,7 @@ 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
@@ -45,6 +48,7 @@ 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
  tree-sitter-languages==1.10.2
 
23
  httpx-sse==0.4.0
24
  huggingface-hub==0.27.1
25
  idna==3.10
26
+ iniconfig==2.0.0
27
  jiter==0.8.2
28
  jsonpath-python==1.0.6
29
  logfire-api==3.3.0
 
31
  mypy-extensions==1.0.0
32
  openai==1.60.1
33
  packaging==24.2
34
+ pluggy==1.5.0
35
  pyasn1==0.6.1
36
  pyasn1_modules==0.4.1
37
  pydantic==2.10.6
 
39
  pydantic-ai-slim==0.0.20
40
  pydantic-graph==0.0.20
41
  pydantic_core==2.27.2
42
+ pytest==8.3.4
43
  python-dateutil==2.9.0.post0
44
  PyYAML==6.0.2
45
  requests==2.32.3
 
48
  smmap==5.0.2
49
  sniffio==1.3.1
50
  tokenizers==0.21.0
51
+ tomli==2.2.1
52
  tqdm==4.67.1
53
  tree-sitter==0.24.0
54
  tree-sitter-languages==1.10.2
simple_requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  pydantic-ai==0.0.20
2
  tree-sitter-languages==1.10.2
 
3
  GitPython==3.1.44
 
1
  pydantic-ai==0.0.20
2
  tree-sitter-languages==1.10.2
3
+ pytest==8.3.4
4
  GitPython==3.1.44