Created
January 14, 2020 18:01
-
-
Save vaskoz/26e6ab754ff3ff61d932f93538c2a898 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --rm lambci/lambda:build-python3.8 /bin/bash 10:59:44 | |
bash-4.2# pip list | |
Package Version | |
------------------- ---------- | |
arrow 0.15.5 | |
attrs 19.3.0 | |
aws-lambda-builders 0.6.0 | |
aws-sam-cli 0.40.0 | |
aws-sam-translator 1.19.1 | |
awscli 1.16.314 | |
binaryornot 0.4.4 | |
boto3 1.10.50 | |
botocore 1.13.50 | |
certifi 2019.11.28 | |
chardet 3.0.4 | |
chevron 0.13.1 | |
Click 7.0 | |
colorama 0.4.1 | |
cookiecutter 1.6.0 | |
dateparser 0.7.2 | |
docker 4.1.0 | |
docutils 0.15.2 | |
Flask 1.0.4 | |
future 0.18.2 | |
idna 2.8 | |
itsdangerous 1.1.0 | |
Jinja2 2.10.3 | |
jinja2-time 0.2.0 | |
jmespath 0.9.4 | |
jsonschema 3.2.0 | |
MarkupSafe 1.1.1 | |
pip 19.3.1 | |
pipenv 2018.11.26 | |
poyo 0.5.0 | |
pyasn1 0.4.8 | |
pyrsistent 0.15.7 | |
python-dateutil 2.8.0 | |
pytz 2019.3 | |
PyYAML 5.2 | |
regex 2020.1.8 | |
requests 2.22.0 | |
rsa 3.4.2 | |
s3transfer 0.2.1 | |
serverlessrepo 0.1.9 | |
setuptools 44.0.0 | |
six 1.13.0 | |
tomlkit 0.5.8 | |
tzlocal 2.0.0 | |
urllib3 1.25.7 | |
virtualenv 16.7.9 | |
virtualenv-clone 0.5.3 | |
websocket-client 0.57.0 | |
Werkzeug 0.16.0 | |
wheel 0.33.6 | |
whichcraft 0.6.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment