fr/fr_env/lib/python3.8/site-packages/imageio/freeze.py

12 lines
170 B
Python
Raw Permalink Normal View History

2021-02-17 12:26:31 +05:30
"""
Helper functions for freezing imageio.
"""
def get_includes():
return ["email", "urllib.request", "numpy", "zipfile", "io"]
def get_excludes():
return []