README update for latest SDK; misc small cleanup
[gae-samples.git] / shell / app.yaml.shell-27
blob8cdbe712e87d828af5816a81dbd0c88bb7fb680e
1 application: shell-27
2 version: 1
4 runtime: python27
5 api_version: 1
6 threadsafe: false
8 handlers:
9 - url: /static
10   static_dir: static
11   expiration: 1d
13 - url: /remote_api
14   script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
16 # if you're adding the shell to your own app, change this regex url to the URL
17 # endpoint where you want the shell to run, e.g. /shell . You'll also probably
18 # want to add login: admin to restrict to admins only.
19 - url: .*
20   script: shell.py
22 libraries:
23 - name: django
24   version: "1.2"
25 - name: jinja2
26   version: "2.6"
27 - name: lxml
28   version: "2.3"
29 - name: markupsafe
30   version: "0.15"
31 - name: numpy
32   version: "1.6.1"
33 - name: PIL
34   version: "1.1.7"
35 - name: pycrypto
36   version: "2.3"
37 - name: setuptools
38   version: "0.6c11"
39 - name: webapp2
40   version: "2.3"
41 - name: webob
42   version: "1.1.1"
43 - name: yaml
44   version: "3.10"