Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / chrome / test / ispy / app.yaml
1 application: google.com:ispy
2 version: 1
3 runtime: python27
4 api_version: 1
5 threadsafe: True
6
7 handlers:
8 - url: /.*
9   script: server.app.application
10
11 libraries:
12 - name: webapp2
13   version: latest
14 - name: jinja2
15   version: latest
16 - name: PIL
17   version: latest