Skip to content

Commit

Permalink
prepare for v1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
antonipy committed Dec 17, 2021
1 parent 91b94f4 commit 59808a6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pip install slapr

> **WARNING**: If you already have configured a default aws cli profile, please rename it otherwise the tool will overwrite it.
![use_slapr.gif](media/use_slapr.gif)
![use_slapr.gif](https://raw.githubusercontent.com/antonipy/slapr/main/media/use_slapr.gif)

## Contributing

Expand Down
26 changes: 25 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
bleach==4.1.0
blessed==1.19.0
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.9
click==8.0.3
colorama==0.4.4
cryptography==36.0.1
docutils==0.18.1
idna==3.3
importlib-metadata==4.8.2
inquirer==2.8.0
jeepney==0.7.1
keyring==23.4.0
packaging==21.3
pkginfo==1.8.2
pycparser==2.21
Pygments==2.10.0
pyparsing==3.0.6
python-editor==1.0.4
readchar==2.0.1
readme-renderer==32.0
requests==2.26.0
requests-toolbelt==0.9.1
rfc3986==1.5.0
SecretStorage==3.3.1
six==1.16.0
-e git+ssh://git@github.com/antonipy/slapr.git@e27b9e60b9b5cd8a8324c404adab20e9ea1242ba#egg=slapr
-e git+ssh://git@github.com/antonipy/slapr.git@91b94f48475a8318fd16b7ba964cc77173f1c8ac#egg=slapr
tqdm==4.62.3
twine==3.7.1
typing_extensions==4.0.1
urllib3==1.26.7
wcwidth==0.2.5
webencodings==0.5.1
zipp==3.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup
# read the contents of your README file
from pathlib import Path
this_directory = Path(__file__).parent
Expand Down

0 comments on commit 59808a6

Please sign in to comment.