Skip to content

Commit

Permalink
Merge pull request #396 from Nike-Inc/epierce-patch-1
Browse files Browse the repository at this point in the history
Update MANIFEST.in
  • Loading branch information
epierce authored May 4, 2023
2 parents 61af09b + 9b25545 commit 27d6cff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include README.md
include LICENSE.txt
include requirements.txt
include LONG_DESCRIPTION.md
2 changes: 1 addition & 1 deletion gimme_aws_creds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__all__ = ['config', 'aws', 'main', 'ui', 'common', 'default', 'duo', 'errors', 'okta_classic', 'okta_identity_engine', 'registered_authenticators', 'u2f', 'webauthn']
version = '2.6.0'
version = '2.6.1'
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ requests>=2.13.0,<3.0.0
fido2>=0.9.1,<0.10.0
okta>=0.0.4,<1.0.0
ctap-keyring-device==1.0.6
pyjwt>=2.4.0
pyjwt>=2.4.0
urllib3<1.27,>=1.25.4

0 comments on commit 27d6cff

Please sign in to comment.