elmadev / elma-python

Elma Python Library
https://elma-python-library.readthedocs.org
MIT License
13 stars 2 forks source link

Fix dependency warnings #17

Closed tiinanen closed 5 years ago

tiinanen commented 5 years ago

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.

sigvef commented 5 years ago

Thanks for your contribution!