Installation

Install with pip

$ pip install dataflake.wsgi.werkzeug

Install with zc.buildout

Just add dataflake.wsgi.werkzeug to the eggs setting(s) in your buildout configuration to have it pulled in automatically:

...
eggs =
    dataflake.wsgi.werkzeug
...