fair-research / native-login

Provides Native App login and token storage for multiple providers
Apache License 2.0
3 stars 2 forks source link

fix: Include six as a dependency #60

Closed NickolausDS closed 3 years ago

NickolausDS commented 3 years ago

Previously, this was a dependency on the globus-sdk. However, with python2 being a year and a half past EOL, six is quickly being dropped from many different packages, including the globus-sdk.

Until python2 is properly yanked from this package, six needs to be included to avoid errors.

Note: https://github.com/fair-research/native-login/issues/40