mothy-08 commited on
Commit
b287c83
·
1 Parent(s): cc4b304

Fixed requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +85 -9
requirements.txt CHANGED
@@ -1,9 +1,85 @@
1
- fastapi>=0.109.0
2
- uvicorn>=0.27.0
3
- pydantic>=2.0.0
4
- python-dotenv>=1.0.0
5
- trafilatura>=1.6.0
6
- pinecone>=3.0.0
7
- google-generativeai>=0.3.0
8
- sentence-transformers>=2.2.2
9
- huggingface-hub>=0.20.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-doc==0.0.4
2
+ annotated-types==0.7.0
3
+ anyio==4.11.0
4
+ babel==2.17.0
5
+ cachetools==6.2.2
6
+ certifi==2025.11.12
7
+ charset-normalizer==3.4.4
8
+ click==8.3.1
9
+ courlan==1.3.2
10
+ dateparser==1.2.2
11
+ dotenv==0.9.9
12
+ fastapi==0.122.0
13
+ filelock==3.20.0
14
+ fsspec==2025.10.0
15
+ google-ai-generativelanguage==0.6.15
16
+ google-api-core==2.28.1
17
+ google-api-python-client==2.187.0
18
+ google-auth==2.43.0
19
+ google-auth-httplib2==0.2.1
20
+ google-genai==1.53.0
21
+ google-generativeai==0.8.5
22
+ googleapis-common-protos==1.72.0
23
+ grpcio==1.76.0
24
+ grpcio-status==1.71.2
25
+ h11==0.16.0
26
+ hf-xet==1.2.0
27
+ htmldate==1.9.4
28
+ httpcore==1.0.9
29
+ httplib2==0.31.0
30
+ httpx==0.28.1
31
+ huggingface-hub==0.36.0
32
+ idna==3.11
33
+ Jinja2==3.1.6
34
+ joblib==1.5.2
35
+ jusText==3.0.2
36
+ lxml==6.0.2
37
+ lxml_html_clean==0.4.3
38
+ MarkupSafe==3.0.3
39
+ mpmath==1.3.0
40
+ networkx==3.6
41
+ numpy==2.3.5
42
+ orjson==3.11.4
43
+ packaging==24.2
44
+ pillow==12.0.0
45
+ pinecone==8.0.0
46
+ pinecone-plugin-assistant==3.0.1
47
+ pinecone-plugin-interface==0.0.7
48
+ proto-plus==1.26.1
49
+ protobuf==5.29.5
50
+ pyasn1==0.6.1
51
+ pyasn1_modules==0.4.2
52
+ pydantic==2.12.4
53
+ pydantic_core==2.41.5
54
+ pyparsing==3.2.5
55
+ python-dateutil==2.9.0.post0
56
+ python-dotenv==1.2.1
57
+ pytz==2025.2
58
+ PyYAML==6.0.3
59
+ regex==2025.11.3
60
+ requests==2.32.5
61
+ rsa==4.9.1
62
+ safetensors==0.7.0
63
+ scikit-learn==1.7.2
64
+ scipy==1.16.3
65
+ sentence-transformers==5.1.2
66
+ setuptools==80.9.0
67
+ six==1.17.0
68
+ sniffio==1.3.1
69
+ starlette==0.50.0
70
+ sympy==1.14.0
71
+ tenacity==9.1.2
72
+ threadpoolctl==3.6.0
73
+ tld==0.13.1
74
+ tokenizers==0.22.1
75
+ torch==2.9.1
76
+ tqdm==4.67.1
77
+ trafilatura==2.0.0
78
+ transformers==4.57.3
79
+ typing-inspection==0.4.2
80
+ typing_extensions==4.15.0
81
+ tzlocal==5.3.1
82
+ uritemplate==4.2.0
83
+ urllib3==2.5.0
84
+ uvicorn==0.38.0
85
+ websockets==15.0.1