Mukesh4912 commited on
Commit
d2c8e86
1 Parent(s): 28d3a8a

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +131 -0
requirements.txt ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.5
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.7.0
6
+ anyio==4.3.0
7
+ asttokens==2.4.1
8
+ attrs==23.2.0
9
+ blinker==1.8.2
10
+ cachetools==5.3.3
11
+ certifi==2024.2.2
12
+ charset-normalizer==3.3.2
13
+ click==8.1.7
14
+ colorama==0.4.6
15
+ contourpy==1.2.1
16
+ cycler==0.12.1
17
+ dataclasses-json==0.6.6
18
+ decorator==5.1.1
19
+ dnspython==2.6.1
20
+ email_validator==2.1.1
21
+ executing==2.0.1
22
+ fastapi==0.111.0
23
+ fastapi-cli==0.0.4
24
+ ffmpy==0.3.2
25
+ filelock==3.14.0
26
+ fonttools==4.51.0
27
+ frozenlist==1.4.1
28
+ fsspec==2024.5.0
29
+ gitdb==4.0.11
30
+ GitPython==3.1.43
31
+ google-ai-generativelanguage==0.6.4
32
+ google-api-core==2.19.0
33
+ google-api-python-client==2.130.0
34
+ google-auth==2.29.0
35
+ google-auth-httplib2==0.2.0
36
+ google-generativeai==0.5.4
37
+ googleapis-common-protos==1.63.0
38
+ gradio==4.31.5
39
+ gradio_client==0.16.4
40
+ greenlet==3.0.3
41
+ grpcio==1.64.0
42
+ grpcio-status==1.62.2
43
+ h11==0.14.0
44
+ httpcore==1.0.5
45
+ httplib2==0.22.0
46
+ httptools==0.6.1
47
+ httpx==0.27.0
48
+ huggingface-hub==0.23.1
49
+ idna==3.6
50
+ importlib_resources==6.4.0
51
+ ipython==8.24.0
52
+ jedi==0.19.1
53
+ Jinja2==3.1.4
54
+ jsonpatch==1.33
55
+ jsonpointer==2.4
56
+ jsonschema==4.22.0
57
+ jsonschema-specifications==2023.12.1
58
+ kiwisolver==1.4.5
59
+ langchain==0.2.1
60
+ langchain-community==0.2.1
61
+ langchain-core==0.2.1
62
+ langchain-text-splitters==0.2.0
63
+ langsmith==0.1.62
64
+ markdown-it-py==3.0.0
65
+ MarkupSafe==2.1.5
66
+ marshmallow==3.21.2
67
+ matplotlib==3.9.0
68
+ matplotlib-inline==0.1.7
69
+ mdurl==0.1.2
70
+ multidict==6.0.5
71
+ mypy-extensions==1.0.0
72
+ numpy==1.26.4
73
+ orjson==3.10.3
74
+ packaging==23.2
75
+ pandas==2.2.1
76
+ parso==0.8.4
77
+ pillow==10.3.0
78
+ prompt-toolkit==3.0.43
79
+ proto-plus==1.23.0
80
+ protobuf==4.25.3
81
+ pure-eval==0.2.2
82
+ pyarrow==16.1.0
83
+ pyasn1==0.6.0
84
+ pyasn1_modules==0.4.0
85
+ pydantic==2.7.1
86
+ pydantic_core==2.18.2
87
+ pydeck==0.9.1
88
+ pydub==0.25.1
89
+ Pygments==2.18.0
90
+ pyparsing==3.1.2
91
+ python-dateutil==2.8.2
92
+ python-dotenv==1.0.1
93
+ python-multipart==0.0.9
94
+ pytz==2024.1
95
+ PyYAML==6.0.1
96
+ referencing==0.35.1
97
+ requests==2.31.0
98
+ rich==13.7.1
99
+ rpds-py==0.18.1
100
+ rsa==4.9
101
+ ruff==0.4.5
102
+ semantic-version==2.10.0
103
+ shellingham==1.5.4
104
+ six==1.16.0
105
+ smmap==5.0.1
106
+ sniffio==1.3.1
107
+ SQLAlchemy==2.0.30
108
+ stack-data==0.6.3
109
+ starlette==0.37.2
110
+ streamlit==1.35.0
111
+ tenacity==8.3.0
112
+ toml==0.10.2
113
+ tomlkit==0.12.0
114
+ toolz==0.12.1
115
+ tornado==6.4
116
+ tqdm==4.66.4
117
+ traitlets==5.14.3
118
+ typer==0.12.3
119
+ typing-inspect==0.9.0
120
+ typing_extensions==4.11.0
121
+ tzdata==2024.1
122
+ ujson==5.10.0
123
+ uritemplate==4.1.1
124
+ urllib3==2.2.1
125
+ utils==1.0.2
126
+ uvicorn==0.29.0
127
+ watchdog==4.0.1
128
+ watchfiles==0.21.0
129
+ wcwidth==0.2.13
130
+ websockets==11.0.3
131
+ yarl==1.9.4