Igor Nazarenko af6e101937 v0.1.12
2013-12-04 14:00:42 -08:00

20 lines
322 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"