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 e56cfe7 + fa337b8 commit 76bf4aeCopy full SHA for 76bf4ae
buildspec.yml
@@ -3,7 +3,7 @@ version: 0.2
3
phases:
4
install:
5
commands:
6
- - pip install -q PyJWT==1.7.1 boto3 prospector coverage==4.5.4 bandit schema pylint_quotes
+ - pip install -q boto3 bandit coverage==4.5.4 schema pylint_quotes prospector PyJWT==1.7.1
7
pre_build:
8
9
- export LOG_LEVEL=CRITICAL
requirements.txt
@@ -1,6 +1,5 @@
1
bandit
2
boto3
-coverage
prospector
PyJWT==1.7.1
pylint_quotes
0 commit comments