Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1141)

Side by Side Diff: appengine/findit/app.yaml

Issue 2692543002: [Culprit-Finder] Add numpy library (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: findit-for-me-dev 1 application: findit-for-me-dev
2 version: 1 2 version: 1
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 module: default 6 module: default
7 instance_class: F4 7 instance_class: F4
8 automatic_scaling: 8 automatic_scaling:
9 min_idle_instances: 1 9 min_idle_instances: 1
10 max_concurrent_requests: 25 10 max_concurrent_requests: 25
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 libraries: 64 libraries:
65 - name: webapp2 65 - name: webapp2
66 version: latest 66 version: latest
67 - name: jinja2 67 - name: jinja2
68 version: latest 68 version: latest
69 - name: pycrypto 69 - name: pycrypto
70 version: latest 70 version: latest
71 - name: endpoints 71 - name: endpoints
72 version: 1.0 72 version: 1.0
73 - name: numpy
74 version: 1.6.1
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698