HarshilRamiAISV commited on
Commit
dc74ca8
·
verified ·
1 Parent(s): 67f1b47

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +77 -0
requirements.txt ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohttp==3.9.3
3
+ aiosignal==1.3.1
4
+ annotated-types==0.6.0
5
+ anyio==4.3.0
6
+ attrs==23.2.0
7
+ blinker==1.7.0
8
+ boto3==1.34.144
9
+ botocore==1.34.147
10
+ certifi==2024.2.2
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ dataclasses-json==0.6.4
14
+ distro==1.9.0
15
+ dnspython==2.6.1
16
+ elastic-transport==8.13.1
17
+ elasticsearch==8.13.2
18
+ environs==11.0.0
19
+ et-xmlfile==1.1.0
20
+ fastapi==0.110.1
21
+ fastapi_cors==0.0.6
22
+ Flask==3.0.2
23
+ frozenlist==1.4.1
24
+ h11==0.14.0
25
+ httpcore==1.0.5
26
+ httpx==0.27.0
27
+ idna==3.6
28
+ itsdangerous==2.1.2
29
+ Jinja2==3.1.3
30
+ jmespath==1.0.1
31
+ jsonpatch==1.33
32
+ jsonpointer==2.4
33
+ langchain==0.1.14
34
+ langchain-community==0.0.31
35
+ langchain-core==0.1.40
36
+ langchain-text-splitters==0.0.1
37
+ langserve==0.0.51
38
+ langsmith==0.1.40
39
+ loguru==0.7.2
40
+ MarkupSafe==2.1.5
41
+ marshmallow==3.21.1
42
+ multidict==6.0.5
43
+ mypy-extensions==1.0.0
44
+ numpy==1.26.4
45
+ openai==1.16.1
46
+ openpyxl==3.1.5
47
+ orjson==3.10.0
48
+ packaging==23.2
49
+ pandas==2.2.1
50
+ pinecone-client==2.2.1
51
+ polars==1.1.0
52
+ pyarrow==17.0.0
53
+ pydantic==1.10.11
54
+ pydantic_core==2.16.3
55
+ pymongo==4.6.3
56
+ python-dateutil==2.9.0.post0
57
+ python-dotenv==1.0.1
58
+ python-multipart==0.0.9
59
+ pytz==2024.1
60
+ PyYAML==6.0.1
61
+ requests==2.31.0
62
+ s3transfer==0.10.2
63
+ six==1.16.0
64
+ sniffio==1.3.1
65
+ SQLAlchemy==2.0.29
66
+ sse-starlette==2.1.0
67
+ starlette==0.37.2
68
+ tenacity==8.2.3
69
+ tqdm==4.66.2
70
+ typing-inspect==0.9.0
71
+ typing_extensions==4.10.0
72
+ tzdata==2024.1
73
+ urllib3==1.26.16
74
+ uvicorn==0.29.0
75
+ Werkzeug==3.0.2
76
+ xmltodict==0.13.0
77
+ yarl==1.9.4