summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional/ispy/app.yaml
blob: 869464f9df10d2756d897922ff5090abdc8d0a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
application: google.com:ispy
version: 1
runtime: python27
api_version: 1
threadsafe: True

handlers:
- url: /.*
  script: server.app.application

libraries:
- name: webapp2
  version: latest
- name: jinja2
  version: latest
- name: PIL
  version: latest