Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. version: dev
  2. runtime: python27
  3. api_version: 1
  4. threadsafe: true
  5.  
  6. handlers:
  7. - url: /static/css
  8. static_dir: static/css
  9.  
  10. - url: /static/js
  11. static_dir: static/js
  12.  
  13. - url: /static/fonts/(.*.(eot|svg|ttf|woff))
  14. static_files: /static/fonts/1
  15. upload: /static/fonts/(.*.(eot|svg|ttf|woff))
  16.  
  17. - url: /.*
  18. script: main.app
  19.  
  20.  
  21. libraries:
  22. - name: jinja2
  23. version: "2.6"
  24.  
  25. Flask==0.11.1
  26. protobuf==3.0.0.b2.post1
  27. gcloud==0.15.0
  28. google-api-python-client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement