PIL vs. Pillow

Removed silly PIL reference in favor of Pillow to hide my naivete on Python matters.
This commit is contained in:
markjfine 2021-04-22 12:16:00 -04:00 committed by GitHub
parent 1a3685c533
commit 4e324c38b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ The folowing programs are required to run NRSC5-DUI
* [Python 3](https://www.python.org/downloads/release)
* [PyGObject](https://pygobject.readthedocs.io/en/latest/)
* [Pillow](https://pillow.readthedocs.io/en/stable/)
* [Python Imaging Library](http://pythonware.com/products/pil)
* [NumPy](http://www.numpy.org)
* [Python Dateutil](https://pypi.org/project/python-dateutil)
* [urllib3](https://pypi.org/project/urllib3)