forked from pyinstaller/pyinstaller-hooks-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-test-libraries.txt
112 lines (102 loc) · 3.16 KB
/
requirements-test-libraries.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Backport of importlib.resources for python 3.8 and earlier.
importlib_resources==5.4.0; python_version < '3.9'
# ------------------ LIBRARIES ------------------ #
# TODO: Add most of the libraries we have hooks for, and write tests
av==8.1.0
adbutils==0.13.1; sys_platform == 'darwin' or sys_platform == 'win32'
APScheduler==3.8.1
backports.zoneinfo==0.2.1; python_version < '3.9'
boto==2.49.0
boto3==1.21.3
botocore==1.24.3
branca==0.4.2
cairocffi==1.3.0
CairoSVG==2.5.2
cassandra-driver==3.25.0
cloudscraper==1.2.58
dash==2.2.0
dash-bootstrap-components==1.0.3
dash-uploader==0.6.0
fabric==2.6.0
folium==0.12.1.post1
ffpyplayer==4.3.2; python_version < '3.10' # doesn't have py310 wheels
python-gitlab==3.2.0
h5py==3.6.0; python_version >= '3.7'
humanize==4.0.0
iminuit==2.9.0
kaleido==0.2.1 # pyup: != 0.2.1.post1 # Contains only an invalid armv7l wheel.
langdetect==1.0.9
mariadb==1.0.10; sys_platform != "darwin"
markdown==3.3.6
MetPy==1.1.0; python_version >= '3.7'
mnemonic==0.20
msoffcrypto-tool==5.0.0
Office365-REST-Python-Client==2.3.11
openpyxl==3.0.9
pandas==1.4.1; python_version >= '3.8'
panel==0.12.6; python_version >= '3.7'
passlib==1.7.4
pendulum==2.1.2
phonenumbers==8.12.43
pingouin==0.5.1; python_version >= '3.7'
pinyin==0.4.0
platformdirs==2.5.1
plotly==5.6.0
publicsuffix2==2.20191221
pycparser==2.21
pycryptodome==3.14.1
pycryptodomex==3.14.1
pyexcelerate==0.10.0
pylint==2.12.2
pyphen==0.12.0
pyppeteer==1.0.2
pyusb==1.2.1
pyviz-comms==2.1.0
pyvjoy==1.0.1; sys_platform == 'win32'
pynput==1.7.6
pymssql==2.2.4
pystray==0.19.2
pytz==2021.3
pyzmq==22.3.0
PyQt5==5.15.6
qtmodern==0.2.0
Rtree==0.9.7
sacremoses==0.0.47
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.8.0; python_version > '3.8'
sentry-sdk==1.5.5
# shotgun_api3 can only be installed from git
git+https://github.com/shotgunsoftware/[email protected]
spacy==3.2.2
srsly==2.4.2
swagger-spec-validator==2.7.4
tableauhyperapi==0.0.14265
thinc==8.0.13
timezonefinder==5.2.0
Twisted==22.1.0
tzdata==2021.5
Unidecode==1.3.3
web3==5.28.0
websockets==10.2; python_version >= '3.7'
zeep==4.1.0
pypsexec==0.3.0
mimesis==5.3.0; python_version >= '3.8'
orjson==3.6.7
altair==4.2.0; python_version >= '3.7'
# For some reason, shapely provides only arm64 py310 macOS wheel.
shapely==1.8.1post1; sys_platform != 'darwin' or python_version < '3.10'
# ------------------- Platform (OS) specifics
# PyEnchant only pre-builds macOS and Windows
pyenchant==3.2.2; sys_platform == 'darwin' or sys_platform == 'win32'
# uvloop does not currently support Windows.
uvloop==0.16.0; sys_platform != 'win32' and python_version >= '3.7'
# pydivert only runs on Windows
pydivert==2.1.0; sys_platform == 'win32'
# pywin32-ctypes runs on Windows
pywin32-ctypes==0.2.0; sys_platform == 'win32'
# pythonnet 3 (when released) will be cross platform
pythonnet==2.5.2; sys_platform == 'win32'
# pymediainfo on linux does not bundle mediainfo shared library, and requires system one.
pymediainfo==5.1.0; sys_platform == 'darwin' or sys_platform == 'win32'
# Include the requirements for testing
-r requirements-test.txt