Skip to content

Commit

Permalink
Merge pull request #97 from segv/install_keyring_alt_as_well
Browse files Browse the repository at this point in the history
added keyring.alt to install_requires
  • Loading branch information
wcharaka authored Oct 15, 2018
2 parents a9766a4 + ce6a88c commit 86e4811
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 86e4811

Please sign in to comment.