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 18