diff --git a/bump/bump.py b/bump/bump.py index a03189e..b13b7b2 100644 --- a/bump/bump.py +++ b/bump/bump.py @@ -86,7 +86,6 @@ class Bump: self.secrets.append(secret) - ipdb.set_trace() if not os.path.exists(os.path.dirname(secrets_file)): os.makedirs(os.path.dirname(secrets_file)) diff --git a/setup.py b/setup.py index 9aaf628..e59614c 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,12 @@ setup( keywords=['pip','maenle','bump','notify','phone'], license='MIT', install_requires=[ + 'wheel', 'requests', 'pybase64', 'qrcode', - 'random-word' + 'pyyaml', + 'random-word', + 'cryptography' ] )