isayahc commited on
Commit
a98cb7e
1 Parent(s): cc93217

added requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +78 -0
requirements.txt ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.1
2
+ aiosignal==1.3.1
3
+ aiostream==0.5.2
4
+ annotated-types==0.6.0
5
+ anyio==4.1.0
6
+ attrs==23.1.0
7
+ beautifulsoup4==4.12.2
8
+ cachetools==5.3.2
9
+ certifi==2023.11.17
10
+ cffi==1.16.0
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ cryptography==41.0.7
14
+ dataclasses-json==0.6.3
15
+ Deprecated==1.2.14
16
+ distro==1.8.0
17
+ filelock==3.13.1
18
+ frozenlist==1.4.0
19
+ fsspec==2023.12.1
20
+ gdrive==0.1.5
21
+ google-api-core==2.15.0
22
+ google-api-python-client==2.43.0
23
+ google-auth==2.25.2
24
+ google-auth-httplib2==0.1.1
25
+ google-auth-oauthlib==0.5.3
26
+ googleapis-common-protos==1.62.0
27
+ greenlet==3.0.2
28
+ h11==0.14.0
29
+ httpcore==1.0.2
30
+ httplib2==0.22.0
31
+ httpx==0.25.2
32
+ huggingface-hub==0.19.4
33
+ idna==3.6
34
+ jeepney==0.8.0
35
+ joblib==1.3.2
36
+ llama-index==0.9.13
37
+ marshmallow==3.20.1
38
+ multidict==6.0.4
39
+ mypy-extensions==1.0.0
40
+ nest-asyncio==1.5.8
41
+ nltk==3.8.1
42
+ numpy==1.26.2
43
+ oauthlib==3.2.2
44
+ openai==1.3.8
45
+ packaging==23.2
46
+ pandas==2.1.4
47
+ protobuf==4.25.1
48
+ pyasn1==0.5.1
49
+ pyasn1-modules==0.3.0
50
+ pycparser==2.21
51
+ pydantic==2.5.2
52
+ pydantic_core==2.14.5
53
+ pyparsing==3.1.1
54
+ pypdf==3.17.1
55
+ python-dateutil==2.8.2
56
+ python-dotenv==1.0.0
57
+ pytz==2023.3.post1
58
+ PyYAML==6.0.1
59
+ regex==2023.10.3
60
+ requests==2.31.0
61
+ requests-oauthlib==1.3.1
62
+ rsa==4.9
63
+ SecretStorage==3.3.3
64
+ six==1.16.0
65
+ sniffio==1.3.0
66
+ soupsieve==2.5
67
+ SQLAlchemy==2.0.23
68
+ tenacity==8.2.3
69
+ tiktoken==0.5.2
70
+ tqdm==4.66.1
71
+ typing-inspect==0.9.0
72
+ typing_extensions==4.8.0
73
+ tzdata==2023.3
74
+ uritemplate==4.1.1
75
+ urllib3==2.1.0
76
+ versioneer==0.29
77
+ wrapt==1.16.0
78
+ yarl==1.9.4