mirror of
https://github.com/kennethreitz-archive/atom.git
synced 2026-06-05 07:16:13 +00:00
requirements
This commit is contained in:
@@ -10,9 +10,14 @@ def hello_world():
|
||||
return 'Hello World!'
|
||||
|
||||
|
||||
def get_collection_view():
|
||||
pass
|
||||
|
||||
@app.route('/content/<uuid>')
|
||||
def get_content(uuid):
|
||||
pass
|
||||
# Grab the content from elephant.
|
||||
# Return it with appropriate content-type
|
||||
# Flask-Negotations
|
||||
|
||||
# TODO: .rss?
|
||||
@app.route('/<collection>.atom')
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Flask==0.9
|
||||
Jinja2==2.6
|
||||
Werkzeug==0.8.3
|
||||
distribute==0.6.31
|
||||
requests==1.2.0
|
||||
wsgiref==0.1.2
|
||||
|
||||
Reference in New Issue
Block a user