It's Hacktoberfest again, so I'm making some PRs. :)
The library dependencies have strict version requirements. This makes pip complain, if you are using newer versions of those dependencies.
This PR fixes those pip errors. I checked that the tests pass with flake==3.7.8 and Pillow==6.2.0, which are the latest versions of the library dependencies at the moment.
It's Hacktoberfest again, so I'm making some PRs. :)
The library dependencies have strict version requirements. This makes pip complain, if you are using newer versions of those dependencies.
This PR fixes those pip errors. I checked that the tests pass with
flake==3.7.8
andPillow==6.2.0
, which are the latest versions of the library dependencies at the moment.