Left: | ||
Right: |
OLD | NEW |
---|---|
1 application: replica-for-smoke-test | 1 application: replica-for-smoke-test |
2 runtime: python27 | 2 runtime: python27 |
3 api_version: 1 | 3 api_version: 1 |
4 threadsafe: true | 4 threadsafe: true |
5 | 5 |
6 handlers: | 6 handlers: |
7 - url: /.* | 7 - url: /.* |
8 script: main.app | 8 script: main.app |
9 | 9 |
10 includes: | 10 includes: |
11 - components/auth | 11 - components/auth |
12 | 12 |
13 libraries: | 13 libraries: |
14 - name: jinja2 | 14 - name: jinja2 |
15 version: "2.6" | 15 version: "2.6" |
16 - name: pycrypto | 16 - name: pycrypto |
17 version: "2.6" | 17 version: "2.6" |
18 - name: webapp2 | 18 - name: webapp2 |
19 version: "2.5.2" | 19 version: "2.5.2" |
20 - name: webob | 20 - name: webob |
21 version: "1.2.3" | 21 version: "1.2.3" |
22 - name: yaml | 22 - name: yaml |
23 version: "3.10" | 23 version: "3.10" |
OLD | NEW |