Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 16ff8b9

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
  • appengine/standard/flask/tutorial
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎appengine/standard/flask/tutorial/app.yaml

Copy file name to clipboardExpand all lines: appengine/standard/flask/tutorial/app.yaml
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.