Skip to content

Commit

Permalink
requires Click 7.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
rantonucci-washpost committed Dec 23, 2019
1 parent 209cb5d commit 42dcbc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## v4.1.2
- Fixed error with older versions of click preinstalled

## v4.1.1
- Fixed error when password has been changed
- Fixed error OTP generation fails
- Better error handling

## v4.1.0
- Saves password in keychain
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setup(
name='clokta',
version='4.1.1',
version='4.1.2',
packages=find_packages(),
include_package_data=True,
py_modules=['clokta'],
install_requires=[
'beautifulsoup4',
'boto3',
'click',
'click>=7.0',
'configparser',
'enum-compat',
'keyring',
Expand All @@ -27,7 +27,7 @@
author="Robert Antonucci and the WaPo platform tools team",
author_email="opensource@washingtonpost.com",
url="https://github.com/washingtonpost/clokta",
download_url="https://github.com/washingtonpost/clokta/tarball/4.1.1",
download_url="https://github.com/washingtonpost/clokta/tarball/4.1.2",
keywords=['okta', 'clokta', 'aws', 'cli'],
classifiers=[]
)

0 comments on commit 42dcbc9

Please sign in to comment.