ANASDAVOODTK commited on
Commit
8978600
1 Parent(s): a3acd67

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +79 -12
requirements.txt CHANGED
@@ -1,12 +1,79 @@
1
- numpy
2
- opencv-python
3
- Pillow
4
- pandas
5
- streamlit==1.20.0
6
- openai
7
- PyPDF2
8
- pdf2image
9
- python-docx
10
- PyMuPDF
11
- pytesseract
12
- pypdfium2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==4.2.2
4
+ argcomplete==1.10.3
5
+ async-timeout==4.0.2
6
+ attrs==23.1.0
7
+ beautifulsoup4==4.8.2
8
+ blinker==1.6.2
9
+ cachetools==5.3.0
10
+ certifi==2022.12.7
11
+ chardet==3.0.4
12
+ charset-normalizer==3.1.0
13
+ click==8.1.3
14
+ compressed-rtf==1.0.6
15
+ decorator==5.1.1
16
+ docx2txt==0.8
17
+ ebcdic==1.1.1
18
+ entrypoints==0.4
19
+ extract-msg==0.28.7
20
+ frozenlist==1.3.3
21
+ gitdb==4.0.10
22
+ GitPython==3.1.31
23
+ idna==3.4
24
+ IMAPClient==2.1.0
25
+ importlib-metadata==6.6.0
26
+ Jinja2==3.1.2
27
+ joblib==1.2.0
28
+ jsonschema==4.17.3
29
+ lxml==4.9.2
30
+ markdown-it-py==2.2.0
31
+ MarkupSafe==2.1.2
32
+ mdurl==0.1.2
33
+ multidict==6.0.4
34
+ nltk==3.8.1
35
+ numpy==1.24.3
36
+ olefile==0.46
37
+ openai==0.27.4
38
+ packaging==23.1
39
+ pandas==1.5.3
40
+ pdfminer.six==20191110
41
+ Pillow==9.5.0
42
+ protobuf==3.20.3
43
+ pyarrow==11.0.0
44
+ pycryptodome==3.17
45
+ pydeck==0.8.1b0
46
+ Pygments==2.15.1
47
+ Pympler==1.0.1
48
+ pyrsistent==0.19.3
49
+ python-dateutil==2.8.2
50
+ python-dotenv==1.0.0
51
+ python-pptx==0.6.21
52
+ pytz==2023.3
53
+ pytz-deprecation-shim==0.1.0.post0
54
+ regex==2023.3.23
55
+ requests==2.28.2
56
+ rich==13.3.4
57
+ six==1.12.0
58
+ smmap==5.0.0
59
+ sortedcontainers==2.4.0
60
+ soupsieve==2.4.1
61
+ SpeechRecognition==3.8.1
62
+ streamlit==1.21.0
63
+ streamlit-chat==0.0.2.2
64
+ textract==1.6.5
65
+ tiktoken==0.3.3
66
+ toml==0.10.2
67
+ toolz==0.12.0
68
+ tornado==6.3.1
69
+ tqdm==4.65.0
70
+ typing_extensions==4.5.0
71
+ tzdata==2023.3
72
+ tzlocal==4.3
73
+ urllib3==1.26.15
74
+ validators==0.20.0
75
+ watchdog==3.0.0
76
+ xlrd==1.2.0
77
+ XlsxWriter==3.1.0
78
+ yarl==1.9.1
79
+ zipp==3.15.0