It is possible to put a Python package in a ZIP file, and use it that way if you add these lines to the beginning of your script:
import sys sys.path.append("package.zip")