forked from pyinstaller/pyinstaller-hooks-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-test-libraries.txt
132 lines (123 loc) · 3.98 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Backport of importlib.resources for python 3.8 and earlier.
importlib_resources==5.9.0; python_version < '3.9'
# ------------------ LIBRARIES ------------------ #
# TODO: Add most of the libraries we have hooks for, and write tests
av==9.2.0
adbutils==1.0.8; sys_platform == 'darwin' or sys_platform == 'win32'
APScheduler==3.9.1
backports.zoneinfo==0.2.1; python_version < '3.9'
boto==2.49.0
boto3==1.24.66
botocore==1.27.66
branca==0.5.0
cairocffi==1.3.0
CairoSVG==2.5.2
cassandra-driver==3.25.0
cloudscraper==1.2.64
dash==2.6.1
dash-bootstrap-components==1.2.1
dash-uploader==0.6.0
fabric==2.7.1
fiona==1.8.21; sys_platform != 'win32'
folium==0.12.1.post1
ffpyplayer==4.3.5; python_version < '3.10' # doesn't have py310 wheels
geopandas==0.11.1; python_version >= '3.8' and sys_platform != 'win32'
python-gitlab==3.9.0
h5py==3.7.0; python_version >= '3.7'
humanize==4.3.0
iminuit==2.16.0
kaleido==0.2.1 # pyup: != 0.2.1.post1 # Contains only an invalid armv7l wheel.
langdetect==1.0.9
mariadb==1.1.4; sys_platform != "darwin"
markdown==3.4.1
# MetPy is no longer runable with PyInstaller since matplotlib made pillow a dependency. See #395.
# MetPy==1.2.0; python_version >= '3.7'
mnemonic==0.20
msoffcrypto-tool==5.0.0
numcodecs==0.10.2; python_version < '3.10' # doesn't have python 3.10 wheels yet
Office365-REST-Python-Client==2.3.13
openpyxl==3.0.10
pandas==1.4.4; python_version >= '3.8'
panel==0.13.1; python_version >= '3.7'
passlib==1.7.4
pendulum==2.1.2
phonenumbers==8.12.54
pingouin==0.5.2; python_version >= '3.7'
pinyin==0.4.0
platformdirs==2.5.2
plotly==5.10.0
publicsuffix2==2.20191221
pycparser==2.21
pycryptodome==3.15.0
pycryptodomex==3.15.0
pyexcelerate==0.10.0
pylint==2.15.0
pypemicro==0.1.9
pyphen==0.13.0
pyppeteer==1.0.2
pyqtgraph==0.12.4
pyusb==1.2.1
pyviz-comms==2.2.1
pyvjoy==1.0.1; sys_platform == 'win32'
pynput==1.7.6
pymssql==2.2.5
pystray==0.19.4
pytz==2022.2.1
pyzmq==23.2.1
PyQt5==5.15.7
qtmodern==0.2.0
Rtree==1.0.0
sacremoses==0.0.53
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.9.1; python_version > '3.8'
sentry-sdk==1.9.8
# shotgun_api3 can only be installed from git
git+https://github.com/shotgunsoftware/[email protected]
spacy==3.4.1
srsly==2.4.4
swagger-spec-validator==2.7.6
tableauhyperapi==0.0.15305
thinc==8.1.0
timezonefinder==6.1.1; python_version > '3.8'
Twisted==22.4.0
tzdata==2022.2
Unidecode==1.3.4
weasyprint==56.1
web3==6.0.0b4
websockets==10.3; python_version >= '3.7'
zeep==4.1.0
pypsexec==0.3.0
mimesis==6.0.0; python_version >= '3.8'
orjson==3.8.0
altair==4.2.0; python_version >= '3.7'
# For some reason, shapely provides only arm64 py310 macOS wheel.
shapely==1.8.4; sys_platform != 'darwin' or python_version < '3.10'
lark==1.1.2
python-stdnum==1.17
# On linux, sounddevice and soundfile use system-provided libportaudio
# and libsndfile, respectively.
sounddevice==0.4.5; sys_platform != 'linux'
soundfile==0.10.3.post1; sys_platform != 'linux'
yt-dlp==2022.9.1
limits==2.7.0
great-expectations==0.15.21
tensorflow==2.9.2
pyshark==0.5.3
opencv-python==4.6.0.66
hydra-core==1.2.0
# ------------------- 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 provides wheels only for python <= 3.8
pythonnet==2.5.2; sys_platform == 'win32' and python_version <= '3.8'
# 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