coddingtonbear / python-myfitnesspal

Access your meal tracking data stored in MyFitnessPal programatically
MIT License
794 stars 136 forks source link

update keyring requirement #92

Closed hbmartin closed 4 years ago

hbmartin commented 4 years ago

Updated keyring requirement to allow latest version. Ran tests locally and some CLI commands, all seems to work.

coddingtonbear commented 4 years ago

❤️

On Feb 19, 2020, at 14:52, Harold Martin notifications@github.com wrote:

 Updated keyring requirement to allow latest version. Ran tests locally and some CLI commands, all seems to work.

You can view, comment on, or merge this pull request online at:

https://github.com/coddingtonbear/python-myfitnesspal/pull/92

Commit Summary

update keyring requirement File Changes

M requirements.txt (3) Patch Links:

https://github.com/coddingtonbear/python-myfitnesspal/pull/92.patch https://github.com/coddingtonbear/python-myfitnesspal/pull/92.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

spreelanka commented 4 years ago

@coddingtonbear is it time to drop support for python 2.7 in travis-ci? 2.7 fails but 3.6 succeeds and 2.7 hit EOL in january

spreelanka commented 4 years ago

nevermind i see that's already in #89