We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87a227c + 8c04455 commit 073797eCopy full SHA for 073797e
buildspec.yml
@@ -4,7 +4,7 @@ phases:
4
install:
5
commands:
6
- pip install --upgrade pip
7
- - pip install -q boto3 bandit coverage==4.5.4 schema pylint_quotes prospector PyJWT==1.7.1
+ - pip install -q boto3 bandit coverage==4.5.4 schema pylint_quotes prospector==1.3.1 PyJWT==1.7.1
8
pre_build:
9
10
- export LOG_LEVEL=CRITICAL
setup.py
@@ -3,7 +3,7 @@
3
LONG_DESCRIPTION = open("README.md").read()
setup(name="aws-lambda-decorators",
- version="0.51",
+ version="0.52",
description="A set of python decorators to simplify aws python lambda development",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
0 commit comments