DEBSOURCES
Skip Quicknav
sources / python-imageio / 2.37.0-1 / imageio / freeze.py
1234567891011
""" Helper functions for freezing imageio. """ def get_includes(): return ["email", "urllib.request", "numpy", "zipfile", "io"] def get_excludes(): return []