Utkarsh-Tiwari commited on
Commit
d878b3e
·
1 Parent(s): 9cd1987

Upload requrements

Browse files
Files changed (1) hide show
  1. requirements.txt +114 -0
requirements.txt ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aioboto3==11.3.0
2
+ aiobotocore==2.6.0
3
+ aiofiles==23.2.1
4
+ aiohttp==3.8.5
5
+ aioitertools==0.11.0
6
+ aiosignal==1.3.1
7
+ altair==5.1.1
8
+ annotated-types==0.5.0
9
+ anyio==3.7.1
10
+ async-timeout==4.0.3
11
+ attrs==23.1.0
12
+ beautifulsoup4==4.12.2
13
+ boto3==1.28.17
14
+ botocore==1.31.17
15
+ certifi==2023.7.22
16
+ chardet==5.2.0
17
+ charset-normalizer==3.2.0
18
+ click==8.1.7
19
+ contourpy==1.1.1
20
+ cycler==0.11.0
21
+ dataclasses-json==0.5.14
22
+ deeplake==3.6.26
23
+ dill==0.3.7
24
+ emoji==2.8.0
25
+ entrypoints==0.4
26
+ exceptiongroup==1.1.3
27
+ fastapi==0.103.1
28
+ ffmpy==0.3.1
29
+ filelock==3.12.4
30
+ filetype==1.2.0
31
+ fonttools==4.42.1
32
+ frozenlist==1.4.0
33
+ fsspec==2023.9.1
34
+ gradio==3.44.4
35
+ gradio_client==0.5.1
36
+ greenlet==2.0.2
37
+ h11==0.14.0
38
+ httpcore==0.18.0
39
+ httpx==0.25.0
40
+ huggingface-hub==0.17.2
41
+ humbug==0.3.2
42
+ idna==3.4
43
+ importlib-resources==6.0.1
44
+ Jinja2==3.1.2
45
+ jmespath==1.0.1
46
+ joblib==1.3.2
47
+ jsonschema==4.19.1
48
+ jsonschema-specifications==2023.7.1
49
+ kiwisolver==1.4.5
50
+ langchain==0.0.295
51
+ langsmith==0.0.38
52
+ lxml==4.9.3
53
+ MarkupSafe==2.1.3
54
+ marshmallow==3.20.1
55
+ matplotlib==3.8.0
56
+ multidict==6.0.4
57
+ multiprocess==0.70.15
58
+ mypy-extensions==1.0.0
59
+ nest-asyncio==1.5.8
60
+ nltk==3.8.1
61
+ numcodecs==0.11.0
62
+ numexpr==2.8.6
63
+ numpy==1.26.0
64
+ openai==0.28.0
65
+ orjson==3.9.7
66
+ outcome==1.2.0
67
+ packaging==23.1
68
+ pandas==2.1.0
69
+ pathos==0.3.1
70
+ Pillow==10.0.1
71
+ pox==0.3.3
72
+ ppft==1.7.6.7
73
+ pydantic==2.3.0
74
+ pydantic_core==2.6.3
75
+ pydub==0.25.1
76
+ PyJWT==2.8.0
77
+ pyparsing==3.1.1
78
+ PySocks==1.7.1
79
+ python-dateutil==2.8.2
80
+ python-iso639==2023.6.15
81
+ python-magic==0.4.27
82
+ python-multipart==0.0.6
83
+ pytz==2023.3.post1
84
+ PyYAML==6.0.1
85
+ referencing==0.30.2
86
+ regex==2023.8.8
87
+ requests==2.31.0
88
+ rpds-py==0.10.3
89
+ s3transfer==0.6.2
90
+ selenium==4.12.0
91
+ semantic-version==2.10.0
92
+ six==1.16.0
93
+ sniffio==1.3.0
94
+ sortedcontainers==2.4.0
95
+ soupsieve==2.5
96
+ SQLAlchemy==2.0.21
97
+ starlette==0.27.0
98
+ tabulate==0.9.0
99
+ tenacity==8.2.3
100
+ tiktoken==0.5.1
101
+ toolz==0.12.0
102
+ tqdm==4.66.1
103
+ trio==0.22.2
104
+ trio-websocket==0.10.4
105
+ typing-inspect==0.9.0
106
+ typing_extensions==4.8.0
107
+ tzdata==2023.3
108
+ unstructured==0.10.16
109
+ urllib3==1.26.16
110
+ uvicorn==0.23.2
111
+ websockets==11.0.3
112
+ wrapt==1.15.0
113
+ wsproto==1.2.0
114
+ yarl==1.9.2