Max Heinritz 92b1b5ff71 v0.1.53
2015-05-08 13:03:31 -07:00

28 lines
418 B
YAML

application: <your-appid-here>
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: ee_appengine.app
- url: /oauth2callback
script: oauth2client.appengine.application
libraries:
- name: jinja2
version: "2.6"
- name: webapp2
version: "2.5.2"
- name: pycrypto
version: "2.6"
skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.pyo$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$