2015-06-19 18:26:40 -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/.*$
- ^(.*/)?\..*$