Skip to content

Commit 16ff8b9

Browse files
devlancekurtisvg
authored andcommitted
Add SSL library to support flask update (#2015)
Noticed this was now necessary when pushing a flask app.
1 parent 424a14c commit 16ff8b9

File tree

1 file changed

+4
-0
lines changed
  • appengine/standard/flask/tutorial

1 file changed

+4
-0
lines changed

appengine/standard/flask/tutorial/app.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ runtime: python27
22
api_version: 1
33
threadsafe: true
44

5+
libraries:
6+
- name: ssl
7+
version: latest
8+
59
# [START handlers]
610
handlers:
711
- url: /static

0 commit comments

Comments
 (0)