From a11f2faa1d259efa597f16ef77c84acd9ccbb50e Mon Sep 17 00:00:00 2001 From: spara Date: Sun, 5 Apr 2020 17:32:34 -0500 Subject: [PATCH] updated application requirements to build docker image --- aws-stackreference-architecture/README.md | 2 +- .../application/src/backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-stackreference-architecture/README.md b/aws-stackreference-architecture/README.md index df3605964..0a52bc950 100644 --- a/aws-stackreference-architecture/README.md +++ b/aws-stackreference-architecture/README.md @@ -138,7 +138,7 @@ between the system: and database information for application startup. The stack needs to be in the form `//`: ```bash - pulumi config set networkingStack stack72/database-layer/dev + pulumi config set application-layer:databaseStack stack72/database-layer/dev ``` 1. Deploy the application stack diff --git a/aws-stackreference-architecture/application/src/backend/requirements.txt b/aws-stackreference-architecture/application/src/backend/requirements.txt index 12d648124..3f66e36ab 100644 --- a/aws-stackreference-architecture/application/src/backend/requirements.txt +++ b/aws-stackreference-architecture/application/src/backend/requirements.txt @@ -3,7 +3,7 @@ dnspython==1.15.0 Flask==1.0.2 itsdangerous==0.24 Jinja2==2.10 -MarkupSafe==1.0 +MarkupSafe>=1.0 Werkzeug==0.14.1 requests==2.20.0 pg8000==1.13.2 \ No newline at end of file