forked from zhuifengshen/xmind
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements.txt
22 lines (22 loc) · 1.79 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
-i https://pypi.org/simple
certifi==2023.7.22 ; python_version >= '3.6'
charset-normalizer==3.2.0 ; python_full_version >= '3.7.0'
colorama==0.4.6 ; platform_system == 'Windows'
contourpy==1.1.0 ; python_version >= '3.8'
cycler==0.11.0 ; python_version >= '3.6'
fonttools==4.42.1 ; python_version >= '3.8'
idna==3.4 ; python_version >= '3.5'
importlib-resources==6.0.1 ; python_version < '3.10'
kiwisolver==1.4.4 ; python_version >= '3.7'
matplotlib==3.7.2
numpy==1.25.2
opencv-python==4.8.0.76
packaging==23.1 ; python_version >= '3.7'
pillow==10.0.0
pyparsing==3.0.9 ; python_full_version >= '3.6.8'
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests==2.31.0
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.66.1
urllib3==2.0.4 ; python_version >= '3.7'
zipp==3.16.2 ; python_version < '3.10'