purge webob from docs and replace with werkzeug

This commit is contained in:
Sebastian Spaeth 2012-11-15 16:57:33 +01:00
parent b745bb50d8
commit 53f528cfea

View File

@ -65,7 +65,7 @@ Software Stack
`Paste Script <http://pythonpaste.org/script/>`_: we'll use this for
configuring and launching the application
* `WebOb <http://pythonpaste.org/webob/>`_: nice abstraction layer
* `werkzeug <http://werkzeug.pocoo.org/>`_: nice abstraction layer
from HTTP requests, responses and WSGI bits
* `Beaker <http://beaker.groovie.org/>`_: for handling sessions and