Installing Pillow to Deadline's Python

Hi there! I’m trying to resurrect an old custom Draft script we had in Deadline 7 that used Python’s PIL library. This is a third party dependency that needs to be installed to a machine to use. However for Deadline 10, we’d need to update the pythonsync zipfile to get additional libraries installed. I have done this successfully before with other libraries and modules.

The difficulty with PIL is that a normal installation of it modifies a few folders. It isn’t just a simple addition to the Lib folder. I don’t know how to get all the PIL files into a format that can be added to pythonsync to then allow it to be importable to other libraries.

Is there a way to package a file for the pythonsync library, or is there another way to set up this dependency within the Python library?