-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathrequirements.txt
38 lines (38 loc) · 2.94 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-i https://pypi.mirrors.ustc.edu.cn/simple
aiohttp==3.8.6 ; python_version >= '3.6'
aiosignal==1.3.1 ; python_version >= '3.7'
async-timeout==4.0.3 ; python_version >= '3.7'
attrs==23.1.0 ; python_version >= '3.7'
certifi==2023.7.22 ; python_version >= '3.6'
charset-normalizer==3.3.0 ; python_full_version >= '3.7.0'
colorama==0.4.6 ; platform_system == 'Windows'
contourpy==1.1.1 ; python_version >= '3.8'
cycler==0.12.1 ; python_version >= '3.8'
fonttools==4.43.1 ; python_version >= '3.8'
frozenlist==1.4.0 ; python_version >= '3.8'
idna==3.4 ; python_version >= '3.5'
importlib-resources==6.1.0 ; python_version < '3.10'
kiwisolver==1.4.5 ; python_version >= '3.7'
matplotlib==3.8.0
multidict==6.0.4 ; python_version >= '3.7'
numpy==1.26.0
openai==0.28.1
opencv-python==4.8.1.78
packaging==23.2 ; python_version >= '3.7'
pillow==10.0.1
pymupdf==1.23.4
pymupdfb==1.23.3 ; python_version >= '3.8'
pyparsing==3.1.1 ; python_full_version >= '3.6.8'
pyqt5==5.15.9
pyqt5-qt5==5.15.2
pyqt5-sip==12.12.2 ; python_version >= '3.7'
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
regex==2023.10.3 ; python_version >= '3.7'
requests==2.31.0 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tiktoken==0.5.1
tqdm==4.66.1
typing-extensions==4.8.0
urllib3==2.0.6 ; python_version >= '3.7'
yarl==1.9.2 ; python_version >= '3.7'
zipp==3.17.0 ; python_version < '3.10'