Hammaad23 commited on
Commit
176c18d
1 Parent(s): 3098216

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -124
requirements.txt CHANGED
@@ -1,124 +1,2 @@
1
- aiohttp==3.9.3
2
- aiosignal==1.3.1
3
- altair==5.2.0
4
- annotated-types==0.6.0
5
- anyio==4.2.0
6
-
7
- async-timeout==4.0.3
8
- attrs==23.2.0
9
- blinker==1.7.0
10
- cachetools==5.3.2
11
- certifi==2024.2.2
12
- charset-normalizer==3.3.2
13
- click==8.1.7
14
-
15
- dataclasses-json==0.6.4
16
-
17
- distro==1.9.0
18
- et-xmlfile==1.1.0
19
-
20
- faiss-cpu==1.7.4
21
- fastapi==0.109.2
22
- filelock==3.13.1
23
- frozenlist==1.4.1
24
- fsspec==2024.2.0
25
- gitdb==4.0.11
26
- GitPython==3.1.42
27
- greenlet==3.0.3
28
- h11==0.14.0
29
- httpcore==1.0.3
30
- httptools==0.6.1
31
- httpx==0.26.0
32
- huggingface-hub==0.20.3
33
- idna==3.6
34
-
35
- Jinja2==3.1.3
36
- joblib==1.3.2
37
- jsonpatch==1.33
38
- jsonpointer==2.4
39
- jsonschema==4.21.1
40
- jsonschema-specifications==2023.12.1
41
-
42
- langchain==0.1.7
43
- langchain-community==0.0.25
44
- langchain-core==0.1.28
45
- langchain-openai==0.0.6
46
- langsmith==0.1.14
47
- markdown-it-py==3.0.0
48
- MarkupSafe==2.1.5
49
- marshmallow==3.20.2
50
-
51
- mdurl==0.1.2
52
- mpmath==1.3.0
53
- multidict==6.0.5
54
- mypy-extensions==1.0.0
55
-
56
- networkx==3.2.1
57
- nltk==3.8.1
58
- numpy==1.26.4
59
- openai==1.12.0
60
- openpyxl==3.1.2
61
- orjson==3.9.15
62
-
63
- pandas==2.2.0
64
-
65
- pillow==10.2.0
66
-
67
- protobuf==4.25.3
68
-
69
- pyarrow==15.0.0
70
- pydantic==2.6.1
71
- pydantic_core==2.16.2
72
- pydeck==0.8.1b0
73
-
74
- pypdf==4.1.0
75
-
76
- python-dotenv==1.0.1
77
- pytz==2024.1
78
- pywin32==305.1
79
- PyYAML==6.0.1
80
-
81
- referencing==0.33.0
82
- regex==2023.12.25
83
- requests==2.31.0
84
- rich==13.7.0
85
- rpds-py==0.18.0
86
- safetensors==0.4.2
87
- scikit-learn==1.4.1.post1
88
- scipy==1.12.0
89
- sentence-transformers==2.3.1
90
- sentencepiece==0.1.99
91
-
92
- smmap==5.0.1
93
- sniffio==1.3.0
94
- SQLAlchemy==2.0.27
95
-
96
- starlette==0.36.3
97
- streamlit==1.31.1
98
- sympy==1.12
99
- tenacity==8.2.3
100
- threadpoolctl==3.3.0
101
- tiktoken==0.6.0
102
- tokenizers==0.15.2
103
- toml==0.10.2
104
- toolz==0.12.1
105
- torch==2.2.0+cu121
106
- torchaudio==2.2.0+cu121
107
- torchvision==0.17.0+cu121
108
-
109
- tqdm==4.66.2
110
-
111
- transformers==4.37.2
112
- typing-inspect==0.9.0
113
-
114
- tzdata==2024.1
115
- tzlocal==5.2
116
- urllib3==2.2.1
117
- uvicorn==0.27.1
118
- validators==0.22.0
119
- watchdog==4.0.0
120
- watchfiles==0.21.0
121
-
122
- websockets==12.0
123
- yarl==1.9.4
124
-
 
1
+ fastapi
2
+ uvicorn[standard]