Skip to content

Commit 76bf4ae

Browse files
authored
Merge pull request #121 from gridsmartercities/hsts
requirements fix
2 parents e56cfe7 + fa337b8 commit 76bf4ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
install:
55
commands:
6-
- pip install -q PyJWT==1.7.1 boto3 prospector coverage==4.5.4 bandit schema pylint_quotes
6+
- pip install -q boto3 bandit coverage==4.5.4 schema pylint_quotes prospector PyJWT==1.7.1
77
pre_build:
88
commands:
99
- export LOG_LEVEL=CRITICAL

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
bandit
22
boto3
3-
coverage
43
prospector
54
PyJWT==1.7.1
65
pylint_quotes

0 commit comments

Comments
 (0)