Skip to content

Commit

Permalink
added keyrings.alt to install_requires.
Browse files Browse the repository at this point in the history
In a clean virtualenv without u2f installed this library was required to
get aws-google-auth to proplerly load.
  • Loading branch information
segv committed Aug 15, 2018
1 parent 91cb4f7 commit ce6a88c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
# https://packaging.python.org/en/latest/requirements.html
# install_requires=['peppercorn'],
install_requires=['beautifulsoup4', 'boto3', 'configparser', 'keyring',
'lxml', 'Pillow', 'requests', 'six', 'tabulate', 'tzlocal'],
'keyrings.alt', 'lxml', 'Pillow', 'requests', 'six', 'tabulate',
'tzlocal'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit ce6a88c

Please sign in to comment.