Sanchayt commited on
Commit
49f5e1b
·
1 Parent(s): e95a5b9
Files changed (1) hide show
  1. requirements.txt +90 -0
requirements.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.5
2
+ aiosignal==1.3.1
3
+ altair==5.0.1
4
+ anyio==3.7.1
5
+ async-timeout==4.0.2
6
+ attrs==23.1.0
7
+ beautifulsoup4==4.12.2
8
+ blinker==1.6.2
9
+ bs4==0.0.1
10
+ cachetools==5.3.1
11
+ certifi==2023.5.7
12
+ charset-normalizer==3.2.0
13
+ click==8.1.6
14
+ dataclasses-json==0.5.12
15
+ decorator==5.1.1
16
+ dnspython==2.4.0
17
+ email-validator==2.0.0.post2
18
+ fastapi==0.99.1
19
+ frozenlist==1.4.0
20
+ gitdb==4.0.10
21
+ GitPython==3.1.32
22
+ h11==0.14.0
23
+ httpcore==0.17.3
24
+ httptools==0.6.0
25
+ httpx==0.24.1
26
+ idna==3.4
27
+ importlib-metadata==6.8.0
28
+ itsdangerous==2.1.2
29
+ Jinja2==3.1.2
30
+ jsonschema==4.18.4
31
+ jsonschema-specifications==2023.7.1
32
+ langchain==0.0.237
33
+ langsmith==0.0.10
34
+ markdown-it-py==3.0.0
35
+ MarkupSafe==2.1.3
36
+ marshmallow==3.19.0
37
+ mdurl==0.1.2
38
+ multidict==6.0.4
39
+ mypy-extensions==1.0.0
40
+ numexpr==2.8.4
41
+ numpy==1.25.1
42
+ openai==0.27.8
43
+ openapi-schema-pydantic==1.2.4
44
+ orjson==3.9.2
45
+ packaging==23.1
46
+ pandas==2.0.3
47
+ Pillow==9.5.0
48
+ protobuf==4.23.4
49
+ pyarrow==12.0.1
50
+ pydantic==1.10.11
51
+ pydeck==0.8.1b0
52
+ Pygments==2.15.1
53
+ Pympler==1.0.1
54
+ python-dateutil==2.8.2
55
+ python-dotenv==1.0.0
56
+ python-multipart==0.0.6
57
+ pytz==2023.3
58
+ pytz-deprecation-shim==0.1.0.post0
59
+ PyYAML==6.0.1
60
+ referencing==0.30.0
61
+ regex==2023.6.3
62
+ requests==2.31.0
63
+ rich==13.4.2
64
+ rpds-py==0.9.2
65
+ six==1.16.0
66
+ smmap==5.0.0
67
+ sniffio==1.3.0
68
+ soupsieve==2.4.1
69
+ SQLAlchemy==2.0.19
70
+ starlette==0.27.0
71
+ streamlit==1.24.1
72
+ tenacity==8.2.2
73
+ tiktoken==0.4.0
74
+ toml==0.10.2
75
+ toolz==0.12.0
76
+ tornado==6.3.2
77
+ tqdm==4.65.0
78
+ typing-inspect==0.9.0
79
+ typing_extensions==4.7.1
80
+ tzdata==2023.3
81
+ tzlocal==4.3.1
82
+ ujson==5.8.0
83
+ urllib3==2.0.4
84
+ uvicorn==0.23.1
85
+ uvloop==0.17.0
86
+ validators==0.20.0
87
+ watchfiles==0.19.0
88
+ websockets==11.0.3
89
+ yarl==1.9.2
90
+ zipp==3.16.2