Skip to content

Commit

Permalink
update steup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
goymann committed Mar 3, 2020
1 parent 2cab244 commit 4161ef2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions PYKS/Kubeassitent.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
requests
s3transfer
passlib
jmespath
Expand Down
Binary file modified PYKS/dist/Kubeassitent-0.0.1-py3.7.egg
Binary file not shown.
1 change: 1 addition & 0 deletions PYKS/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'console_scripts': ['S3 = PYKS.S3:main', 'Kube = PYKS.Kube:main']
},
install_requires=[
'requests',
's3transfer',
'passlib',
'jmespath',
Expand Down

0 comments on commit 4161ef2

Please sign in to comment.