m7n's picture
first commit
d1ed09d
raw
history blame
170 Bytes
"""
Helper functions for freezing imageio.
"""
def get_includes():
return ["email", "urllib.request", "numpy", "zipfile", "io"]
def get_excludes():
return []