- Add hook for
cel-python
. (#687) - Add hook for
eth_keys
that collects package metadata foreth-keys >= 0.5.0
. (#688) - Add hook for
fairscale
to collect its source .py files for TorchScript/JIT. (#692) - Add hook for
pygwalker
that collects data files from the package. (#690) - Add hook for
PyTaskbar
(#684)
- Collect package metadata for
eth-hash
(fixesPackageNotFoundError
). (#688) - Update
pypylon
hook for compatibility with PyInstaller 6.0 and later. (#691)
- Add hook for
detectron2
to collect its source .py files for TorchScript/JIT. (#676) - Add hook for
fastai
to collect its source .py files for TorchScript/JIT. (#676) - Add hook for
fvcore.nn
to collect its source .py files for TorchScript/JIT. (#676) - Add hook for
langchain
that collects data files from the package. (#681) - Add hook for
lightning
(PyTorch Lightning) to ensure that itsversion.info
data file is collected. (#676) - Add hook for
linear_operator
to collect its source .py files for TorchScript/JIT. (#676) - Add hook for
seedir
that collects thewords.txt
data file from the package. (#681) - Add hook for
timm
(Hugging Face PyTorch Image Models) to collect its source .py files for TorchScript/JIT. (#676) - Add hook for
torchaudio
that collects dynamically-loaded extensions, as well as source .py files for TorchScript/JIT. (#676) - Add hook for
torchtext
that collects dynamically-loaded extensions, as well as source .py files for TorchScript/JIT. (#676) - Add hook for
torchvision.io.image
to ensure that dynamically-loaded extension, required by this module, is collected. (#676) - Add hook for
VADER
. (#679) - Add hook for Hugging Face
datasets
to collect its source .py files for TorchScript/JIT. (#676) - Add hook for Hugging Face
transformers
. The hook attempts to automatically collect the metadata of all dependencies (as declared in deps dictionary in the transformers.dependency_versions_table module), in order to make dependencies available at build time visible totransformers
at run time. The hook also collects source .py files as some of the package's functionality uses TorchScript/JIT. (#676) - Add hooks for
bitsandbytes
, and its dependencytriton
. Both packages have dynamically-loaded extension libraries that need to be collected, and both require collection of source .py files for (triton
's) JIT module. Some submodules oftriton
need to be collected only as source .py files (bypassing PYZ archive), because the code naively assumes that__file__
attribute points to the source .py file. (#676) - Add hooks for
nvidia.*
packages, which provide a way of installing CUDA via PyPI wheels (e.g.,nvidia-cuda-runtime-cu12
). (#676)
- (Linux) Extend
tensorflow
hook to automatically collect CUDA libraries distributed vianvidia-*
packages (such asnvidia-cuda-runtime-cu12
) if they are specified among the requirements in thetensorflow
distribution's metadata. (#676) - (Linux) Extend
torch
hook to automatically collect CUDA libraries distributed vianvidia-*
packages (such asnvidia-cuda-runtime-cu12
) if they are specified among the requirements in thetorch
distribution's metadata. (#676) - (Linux) Remove the
tensorflow.python._pywrap_tensorflow_internal
hack in thetensorflow
hook (i.e., adding it to excluded modules to avoid duplication) when using PyInstaller >= 6.0, where the duplication issue is alleviated thanks to the binary dependency analysis preserving the parent directory layout of discovered/collected shared libraries. This should fix the problem withtensorflow
builds where the_pywrap_tensorflow_internal
module is not used as a shared library, as seen intensorflow
builds for Raspberry Pi. (#676) - (Linux) Update
torch
hook to explicitly collect versioned .so files in the new PyInstaller >= 6.0 codepath. (#676) - Extend
tensorflow
hook to collect plugins installed in thetensorflow-plugins
directory/package. Have the run-timetensorflow
hook provide an override forsite.getsitepackages()
that allows us to work around a broken module file location check and tricktensorflow
into loading the collected plugins. (#676) - Update
tensorflow
hook to attempt to resolve the top-level distribution name and infer the package version from it, in order to improve version handling when the "top-level"tensorflow
dist is not installed (for example, user installs onlytensorflow-intel
ortensorflow-macos
) or has a different name (e.g.,tf-nightly
). (#676) - Update
tensorflow
hook to collect source .py files fortensorflow.python.autograph
in order to silence a run-time warning about AutoGraph not being available. (#676) - Update
torchvision
hook to collect source .py files for TorchScript/JIT (requires PyInstaller >= 5.3 to take effect). (#676) - Update hook for
skimage.feature
to collect theorb_descriptor_positions.txt
data file, which is required by theskimage.feature.ORB
class. (#675)
- Remove hook for
google.api
, which erroneously assumes that presence of thegoogle.api
namespace package implies availability of thegoogle-api-core
dist. (#682)
- Add a hook for
freetype
that collects the shared library that is bundled withfreetype-py
PyPI wheels. (#674) - Add a hook for
z3c.rml
that collects the required subset of Bitstream Vera TTF fonts from thereportlab
package. (#674) - Add hook for
eth_rlp
. (#672) - Add hook for
eth_typing
which requires its package metadata. (#656) - Add hook for
eth_utils
to collect its embedded JSON files. (#656) - Add hook for
rlp
. (#672) - Add hook for
sspilib
that collects submodules ofsspilib.raw
, most of which are cythonized extensions. (#669)
- Modernize the hook for
torch
and reduce the amount of unnecessarily collected data files (header files and static libraries). Requires PyInstaller >= 6.0. (#666) - Update
`pyarrow`
hook to collect all of the package's submodules. (#662) - Update
rtree
hook for compatibility withRtree >= 1.1.0
. (#657) - Update
sudachipy
hook forsudachipy
0.6.8. (#673)
- Add hook for
gmsh
. (#650)
- If
nltk_data
can be found both in the frozen program and under the default location specified byNLTK
, the former should be preferred to the latter. (#646) - Update
skimage
hooks for compatibility withscikit-image
0.22.0. (#652) - Update
tensorflow
hook for compatibility withtensorflow
2.14.0. (#647)
- Add hook for
eng_to_ipa
. (#631) - Add hook for
jieba
. (#628) - Add hook for
khmer-nltk
. (#633) - Add hook for
Lingua
. (#626) - Add hook for
opencc-python
. (#627) - Add hook for
pymorphy3
. (#634) - Add hook for
python-crfsuite
. (#633) - Add hook for
python-mecab-ko
. (#632) - Add hook for
simplemma
. (#629) - Add hook for
SudachiPy
. (#635) - Add hook for
wordcloud
. (#630)
- Fix an issue with enchant 2 using a different directory (in MacPorts) (#636)
- Add a hook for
psutil
, which has platform-dependent exclude list. (#623) - Add hook for CtkMessagebox. (#619)
- Add hook for Litestar (#625)
- Update
graphql_query
hook for compatibility withgraphql-query
v1.2.0. (#621)
- Add hook for
ens
package, required byweb3
v6.6.0 and later. (#617) - Add hook for
jsonschema_specifications
to collect the data files thatjsonschema
v4.18.0 moved into a separate package. (#614)
- Add a hook for astropy-iers-data, which includes data. (#608)
- Add a hook for skyfield, which includes data. (#607)
- Update
pydantic
hook for compatibility withpydantic
v2.0.0. (#611)
- Add hook for
customtkinter
(#542) - Add hook for
fastparquet
. (#583) - Add hook for
librosa
. (#582) - Add hook for
mistune
that collects plugin modules, which are indirectly loaded starting withmistune
v3.0.0. (#605) - Add hook for
sympy
that automatically raises recursion limit to 5000 ifsympy
>= 1.12 is detected. (#587) - Add hook for
xyzservices
. (#590) - Add hook for pylibmagic (#581)
- Turn the hook for
google.cloud
into hook forgoogle.cloud.core
by renaming it. This hook is trying to collect metadata forgoogle-cloud-core
, whereasgoogle.cloud
is a namespace package that can be populated by other dists as well. Specifically,googleapis-common-protos
puts some files there, and whengoogle-cloud-core
is not installed, the mis-named hook triggered a missing-metadata error. (#605) - Update
cairocffi
hook for compatibility withcairocffi
v1.6.0. (#599) - Update
netCDF4
hook for compatibility withnetCDF4
v1.6.4. (#599) - Update
scikit-image
hooks for compatibility with version 0.21.0. (#594) - Update hook for
bokeh
to collect metadata forbokeh
>= 3.0.0. (#588) - Update hook for
googleapiclient.model
, fixing missing discovery docs and improving test. (#596)
- Remove no longer needed
py
hidden imports forpyshark >= 0.6
. (#575) - Update
pydantic
hook hidden imports to include the optional dependencyemail_validator
. (#576)
- Add hooks for
moviepy.audio.fx.all
andmoviepy.video.fx.all
that collect all corresponding submodules, so that importingmoviepy.editor
from MoviePy works out-of-the-box in the frozen application. (#559)
- Add automatic increase of recursion limit in the
torch
hook to ensure that recursion limit is at least 5000 iftorch
2.0.0 or later is detected. (#570) - Extend
cv2
hook with support for OpenCV built manually from source and for OpenCV installed using the official Windows installer. This support requires PyInstaller >= 5.3 to work properly. (#557) - Update
scikit-image
hooks for compatibility with the 0.19.x series; account for lazy module loading inskimage.filters
. (#565) - Update
scikit-image
hooks for compatibility with the 0.20.x series; account for switch tolazy_module
inskimage.data
andskimage.filters
as well as in main package. Collect new data files that are now required byskimage.morphology
. (#565) - Update the hook for
tensorflow
to be compatible with TensorFlow 2.12. (#564)
- Add work-around for
ffpyplayer
4.3.5 and 4.4.0 trying to usesite.USER_BASE
, which isNone
in PyInstaller 5.5 and later due to removal of PyInstaller's fakesite
module. (#545) - Add work-around for
tensorflow
< 2.3.0 trying to usesite.USER_SITE
, which isNone
in PyInstaller 5.5 and later due to removal of PyInstaller's fakesite
module. (#546) - Prevent
pyqtgraph
hook from recursing intopyqgraph.examples
while scanning for submodules. (#551) - Update
sklearn
hooks for compatibility withscikit-learn
1.2.0 and 1.2.1. (#547)
- Delete hook for
yt_dlp
which fixed the offending hidden import upstream inyt_dlp>=2022.07.18
. (#556)
- Have
fiona
hook collect the package's data files (e.g., the projections database). (#541) - Update
fiona
hook for compatibility withfiona
1.9.0. (#541)
Add a hook for easyocr, which imports recognition backends via
imporlib.import_module()
and has a number of datafiles for different languages.Users can set which languages to include datafiles for with a hook option. (#530)
Add hook for
charset-normalizer
to fixModuleNotFoundError: No module named 'charset_normalizer.md__mypyc'
. (#534)
- Update
shapely
hook for compatibility withshapely >= 2.0.0
. (#527)
- Added hooks-config.rst document which documents hook options. It is referred to from README.md. (#530)
- Update
netCDF4
hook for compatibility with v1.4.0 and later, wherenetcdftime
has been renamed tocftime
. (#521) - Update
pydantic
hook to includedotenv
optional dependency. (#524)
- Update
pyproj
hook for compatibility withpyproj
v3.4.0. (#505)
- Extend the
sounddevice
andsoundfile
hooks to collect system-installed shared libraries in cases when the libraries are not bundled with the package (i.e., linux PyPI wheels, Anaconda on all OSes). (#487) - Fix a
TypeError
raised by theclr
hook whenpythonnet
dist lacks the file list metadata. (#486) - Have
clr
hook check for availability of thepythonnet
before trying to query its metadata. Fixes animportlib.metadata.PackageNotFoundError
raised by theclr
hook when the hook is triggered by a module or a package namedclr
other than theclr
extension module frompythonnet
. (#486) - Have the
pyqtgraph
hook collect the colormap files and their license files from the package. (#501) - Implement preliminary support for handling subprocesses used by
pyqtgraph.multiprocess
, for example inpyqtgraph
RemoteGraphicsView
widget. The user is still required to ensure that stdlib'smultiprocessing.freeze_support
is called in the entry-point script before usingpyqtgraph
. In addition, withonefile
builds, the user must set the_MEIPASS2
environment variable to the value ofsys._MEIPASS
before usingpyqtgraph
. (#501) - In
clr
hook forpythonnet
collect thePython.Runtime.dll
as a data file on non-Windows OSes to prevent errors during binary dependency analysis. (#500)
- Add geopandas data files for
geopandas==0.10.2
. (#400)
- Add hook for Hydra config system (
hydra-core
). (#424)
- Fixed
pyqtgraph
hook for PyInstaller 5.2. (#465) - Update
cv2
hook to add support for versions that attempt to perform module substitution viasys.path
manipulation (== 4.5.4.58, >= 4.6.0.66) when used in combination with PyInstaller that supports setting module collection mode in hooks (> 5.2). The contents of thecv2
package are now collected in source form to bypass PYZ archive and avoid compatibility issues with PyInstaller'sFrozenImporter
(#468) - Update
pyshark
hook to be compatible with versions>=0.5.2
. (#477) - Update
pywintypes
andpythoncom
hooks for compatibility with upcoming changes in PyInstaller's attempt at preserving DLL parent directory structure. (#474) - Update
tensorflow
hook to opt-out of generating warnings for missing hidden imports, using hook variable introduced in PyInstaller >= 5.2. On earlier releases, this is no-op. (#458)
- Add hook for
great_expectations
. (#445) - Add hook for
hdf5plugin
. (#461) - Add hook for
pandas_flavor
to handle hidden imports in version 0.3.0 of the package. (#455) - Add hook for
pyshark
. (#449)
- (Linux) Ensure that OpenCV hook collects Qt plugins and font files that
are bundled with linux versions of
opencv-python
PyPI wheels. (#453) - Fix
tensorflow
not being collected at all when usingtensorflow
2.8.0 or newer and importing only from thetensorflow.keras
subpackage. (#451) - Update
clr
(pythonnet-2.5.x
) hook to ensureplatform
andwarnings
modules are collected via hidden imports. Starting with PyInstaller 5.1, these may not be collected as part of optional imports of other modules, so they need to be explicitly collected by this hook. (#444) - Update
mariadb
hook for compatibility with 1.1.x series. (#463) - Update
scikit-learn
hooks for compatibility with 1.0.x and 1.1.x series. (#456)
- Add a hook for
limits
, which has a data files to collect. (#442) - Add hook for
yt_dlp
to handle indirect import inyt-dlp v2022.05.18
. (#438) - Add libraries for
pypemicro==0.1.9
(#417)
- Update
weasyprint
hook with required binaries. (#439)
- Fix the filter function used with
collect_submodules
in thepylint
hook to properly excludepylint.testutils
. (#435) - Update
sounddevice
andsoundfile
hooks for PyInstaller 5.1 compatibility. (#432)
- Add a hook for
numcodecs
, which has a hidden import. (#420) - Add hook for
grpc
roots.pem file which is used by grpc. (#419) - Add hook for
python-stdnum
. (#412)
- Update
mariadb
hook to always include thedecimal
module as a hidden import, instead of implicitly relying on it being picked up due to import in some other, unrelated module. (#426)
- Add a hook for
clr_loader
(used by upcomingpythonnet
3.x) that collects the DLLs required by the default runtime (.NET Framework) loader on Windows. (#406) - Add a hook for
lark
(used bycommentjson
and others) that loads the needed grammar files. (#409) - Add fiona hidden imports for
fiona==1.8.21
. (#399)
- Update the
av
hook for compatibility with the new DLL directory layout used by Windows PyPI wheels from version 9.1.1 on. (#408)
- Add a hook for
altair
, which has data files. (#387) - Add a hook for
cassandra
, which has Cython files. (#391) - Add a hook for
fabric
, which has data files. (#390) - Add a hook for
gitlab
, which has data files. (#392)
- Update
shapely
hooks with compatibility fixes for version 1.8.1, where PyPI wheels have changed the shippedlibgeos_c
shared library location and/or name. (#394) - Update imageio hooks to include the lazily-loaded plugins submodule. (#396)
- Fix hook for
azurerm
whenpyinstaller >= 4.4"
. (#283) - Fix hook for astropy when astropy >= 5.0. (#381)
- Add a hook for
py
which has dynamically loaded vendored submodules. This fixes compatibility withpytest >= 7.0.0
. (#376) - Added a hook for
orjson
, which has hidden imports. (#378)
- Add a hook for
pypsexec
, which has a data files. (#366)
- Update
tensorflow
hook to add support fortensorflow
2.6.x and later. (#371)
- Add a test for
mimesis
hook. (#367)
- Add a hook for
mimesis
, which has a data files. (#365)
- Add a runtime hook for
pygraphviz
that modifies the search behavior forgraphviz
programs, in order to ensure that the collected programs insys._MEIPASS
are found and used. (#357)
- Add a hook for
adbutils
to collect dynamic libraries. (#323) - Add a hook for
branca
to collect data files. (#318) - Add a hook for
dash
to collect data files required by the newdash
v2.0. (#314) - Add a hook for
doc2xpdf
to collect qss data files. (#310) - Add a hook for
ffpyplayer
. (#348) - Add a hook for
pyppeteer
. (#329) - Add a hook for
pyvjoy
to collect dynamic libraries. (#321) - Add a hook for
qtmodern
to collect qss data files. (#305) - Add a hook for
tableauhyperapi
to collect dynamic libraries. (#316) - Add a hook for
websockets
which lazily loads its submodules. (#301) - Add hook for
folium
. (#62) - Add hook for
metpy
. (#60) - Add hook for
panel
. (#338) - Add hook for
platformdirs
. This in turn fixes compatibility withpylint >= 2.10.2
. (#301) - Add hook for
pymediainfo
. (#324) - Add hook for
pyviz_comms
. (#338) - Add hook for
sacremoses
. (#325) - Add hook for
tzdata
. (#339) - Add hooks for
cairocffi
andCairoSVG
. (#347) - Add hooks for
pyphen
andkaleido
. (#345) - Add hooks for
zoneinfo
andbackports.zoneinfo
. (#339)
- Removed the
certifi
run-time hook because it was not required forcertifi
to function in a frozen application. It was sometimes setting theSSL_CERT_FILE
environment variable which causes applications to behave differently when frozen. In particular theSSLContext.set_default_verify_paths()
method loads the certificates fromcertifi
when theSSL_CERT_FILE
environment variable is set. (#335) - Update
cv2
hook to collect extra config files and modules for compatibility with OpenCV 4.5.4.60. (#354) - Update
markdown
hook to include package metadata, enabling the use of short names for built-in extensions, such asextra
ortoc
. (#336) - Update hiddenimports for
APScheduler > 3.8.0
. (#333) - Update hiddenimports for
pymssql > 2.1.5
. (#315)
- Add a hook for
dash-uploader
to collect data files (#280) - Add a hook for
langdetect
to collect data files. (#285) - Add a hook for
mariadb
to collect hidden imports. (#279) - Add a hook for
mnemonic
to collect data files (#284) - Add a hook for
msoffcrypto
to collect metadata. (#139) - Add a hook for
pingouin
to collect data files. (#292) - Add a hook for
pystray
to collect hidden imports. (#288) - Add a hook for
rtree
to collect dynamic libraries. (#291) - Add a hook for
shotgun_api3
to collect data files and hidden imports. (#138) - Add a hook for
swagger_spec_validator
to collect data files. (#296) - Add a hook for
timezonefinder
to collect data files. (#294) - Add a hook for
uvicorn
to collect data files. (#300) - Add a hook for cloudscraper to collect data files (#281)
- Add a hook for pynput to collect hidden imports. (#287)
- Added a standard hook for SunPy. (#134)
- Added hook to get data for the parso package (needed for IPython autocomplete) (#275)
- Update
clr
hook to set the correct path for pythonnet 3.0 (#295) - Update
scikit-learn
andscikit-image
hooks to perform version checks based on distribution name instead of package name, to prevent failures whensklearn
dummy distribution is installed. (#276) - Fix harmless missing modules warnings when using
scikit-learn >= 0.22
(#276).
Add a hook for
Azurerm
which is using pkg_resources internally. (#123)Add a hook for
Office365-REST-Python-Client
which uses data files in some methods (#125)Add a hook for
spacy
which contains hidden imports and data files (#1)Add a standard hook for PyPylon. (#114)
Add hook for
blspy
that collectsMPIR
DLLs on Windows. (#119)Add hook for
flirpy
that collects data files on Windows. (#120)Add hook for
jsonrpcserver
to collect missingrequest-schema.json
data file. (#126)Add hook for
plotly
to collect data files and hidden pandas, cmath, and plotly.validator importsAdd hooks for
dash
and related packages to collect data files and hook for meta-data fromflask-compress
Add hook for
dash_bootstrap_components
to collect data files (#103)Add hook for
pyttsx3
whose drivers are hidden imports. (#101)Add hook for
srsly.msgpack._packer
which contains a hidden import (#3)Add hooks for
thinc
andthinc.banckends.numpy_ops
which contain data files and hidden imports (#2)Added a hook for
statsmodels
, which addsstatsmodels.tsa.statespace
as a hidden import (#100)
- (Windows) Update
zmq
hook for compatibility with new shared libraries location in Windows build ofpyzmq
22.0.0 and later. (#98) - Add
`googleapiclient.discovery`
json files to work with services like Blogger v3 on the`build()`
method. (#97) - Remove
win32ctypes.core
hook, as an improved copy is provided as part of main PyInstaller's hooks collection. (#124) - Update
scikit-image
hooks for compatibility with 0.18.x series. (#107) - Update
scikit-learn
hooks for compatibility with 0.24.x series. (#108) - Update hook for PyPylon to include data files. (#116)
- Update the hook for
pycountry
to copy metadata, in addition to collecting data files. (#113)
- Add a hook for
googleapiclient.model
that collects the required metadata from thegoogle-api-python-client
package. (#82) - Add hook for
pyqtgraph
. (#88) - Add hook for
rpy2
. (#87) - Added a hook for 'pdfminer.six' library (#83)
- Added a hook for the 'pygraphviz' library (#86)
- Add missing
dataclasses
hidden import topydantic
hook. Add missingdistutils.version
hidden import topydantic
hook for versions ofpydantic
prior to1.4
. (#81) - Update
pydantic
hook for compatibility with v.1.8.0 and later. (#90)
- Add a hook for
gcloud
which requires its distribution metadata. (#68) - Add a hook for prettytable which requires its distribution metadata. (#77)
- Add hook for
pydantic
to improve support for its extension-compiled distribution (default on PyPi). (#78) - Add hook for
torchvision.ops
to ensure that the required extension module (torchvision._C
) is collected. (#80) - Add hook for afmformats. (#69)
- Add hook for ijson which has dynamically loaded backends. (#64)
- Add hook for lxml which has hidden imports. (#66)
- Collect metadata and data files for
countryinfo
to support version 0.1.2. (#76)
- (Windows) Fix the
win32com
pre-safe-import hook to avoid printing theModuleNotFoundError
when the module is not available. (#67) - Add default enabled sentry integrations dynamically to hidden imports. (#71)
- Update
pyproj
hook to improve compatibility across different versions ofpyproj
(from 2.1.3 to 3.0.0). (#70)
- (Windows) Add a hook for
win32ctypes.core
. (#58)
- (Windows) Avoid collecting
tensorflow
import libraries. (#55) - Avoid collecting non-functional
zmq.backend.cffi
backend in thezmq
hook, and thus also prevent an attempt at compilation of its C extension during module collection. (#59) - Change hook for
tinycss2
, no longer needed after version 1.0.0. (#54) - Compatibility fix for
markdown
3.3. (#56) - Update hooks for
scikit-learn
. Supported versions are 0.21.x, 0.22.x, and 0.23.x. (#53)
- Add a hook for flask_restx which contains template data files. (#48)
- Add hooks for
skimage.feature
andskimage.graph
to fix issues with missing imports. (#52)
- Fix shared library duplication in
tensorflow
v.2.3. Avoid packaging unnecessary data files (e.g., development headers) on alltensorflow
versions. (#50) - Fix the
tensorflow
hook to be compatible acrosstensorflow
versions from <1.15.0 up to 2.3.0 (current latest). (#46)
- Add a hook for
iminuit
which has hidden imports. (#26) - Add a hook for
publicsuffix2
which has some data files. (#40) - Add a hook for
pyav(av)
which has hidden imports. (#29) - Add a hook for
pydivert
which has some data files. (#41) - Add a hook for
pyproj
which has some data files. (#33) - Add a hook for
spnego
which has hidden imports. (#37)
- Add a missing hidden import for
passlib
. (#39)
- Add a hook for
gmplot
, which has some data files. (#21) - Add a hook for
tinycss2
, which is missing data files. (#16) - Add a hook for
workflow
, which is missing version information contained in metadata. (#17) - Add hook for
AnyIO
which dynamically imports its backend modules. (#22) - Add hook for
APScheduler
which requires entry points and dynamic imports. (#23) - Add hook for
trimesh
which requires importing resource files. (#25)
- Rewrite the hooks for PyPubSub and
wx.lib.pubsub
so they work properly.
- Add a hook for
html-testRunner
, which has a hidden import. (#8) - Add a hook for
parsedatetime
, which has hidden imports. (#11) - Add hook for
dask
, which includes .yaml data files. (#12)
- (Windows) cv2: bundle the opencv_videoio_ffmpeg*.dll, if available. (#13)
No significant changes.
- Adding a hook for sentry which has hidden imports for its integrations (#7)