Omkar008 commited on
Commit
9def582
1 Parent(s): fe48f07

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +62 -4
requirements.txt CHANGED
@@ -1,4 +1,62 @@
1
- streamlit
2
- pdf2image
3
- google-generativeai
4
- Pillow
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.3.0
2
+ annotated-types==0.7.0
3
+ attrs==24.2.0
4
+ blinker==1.8.2
5
+ cachetools==5.4.0
6
+ certifi==2024.7.4
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ gitdb==4.0.11
10
+ GitPython==3.1.43
11
+ google-ai-generativelanguage==0.6.6
12
+ google-api-core==2.19.1
13
+ google-api-python-client==2.140.0
14
+ google-auth==2.33.0
15
+ google-auth-httplib2==0.2.0
16
+ google-generativeai==0.7.2
17
+ googleapis-common-protos==1.63.2
18
+ grpcio==1.65.4
19
+ grpcio-status==1.62.3
20
+ httplib2==0.22.0
21
+ idna==3.7
22
+ Jinja2==3.1.4
23
+ jsonschema==4.23.0
24
+ jsonschema-specifications==2023.12.1
25
+ markdown-it-py==3.0.0
26
+ MarkupSafe==2.1.5
27
+ mdurl==0.1.2
28
+ numpy==2.0.1
29
+ packaging==24.1
30
+ pandas==2.2.2
31
+ pdf2image==1.17.0
32
+ pillow==10.4.0
33
+ proto-plus==1.24.0
34
+ protobuf==4.25.4
35
+ pyarrow==17.0.0
36
+ pyasn1==0.6.0
37
+ pyasn1_modules==0.4.0
38
+ pydantic==2.8.2
39
+ pydantic_core==2.20.1
40
+ pydeck==0.9.1
41
+ Pygments==2.18.0
42
+ pyparsing==3.1.2
43
+ python-dateutil==2.9.0.post0
44
+ python-dotenv==1.0.1
45
+ pytz==2024.1
46
+ referencing==0.35.1
47
+ requests==2.32.3
48
+ rich==13.7.1
49
+ rpds-py==0.20.0
50
+ rsa==4.9
51
+ six==1.16.0
52
+ smmap==5.0.1
53
+ streamlit==1.37.1
54
+ tenacity==8.5.0
55
+ toml==0.10.2
56
+ toolz==0.12.1
57
+ tornado==6.4.1
58
+ tqdm==4.66.5
59
+ typing_extensions==4.12.2
60
+ tzdata==2024.1
61
+ uritemplate==4.1.1
62
+ urllib3==2.2.2