wpoa / open-access-media-importer

A tool for harvesting media files from Open Access articles for upload into Wikimedia Commons
http://commons.wikimedia.org/wiki/User:Open_Access_Media_Importer_Bot
23 stars 8 forks source link

Install python package werkzeug #71

Closed Daniel-Mietchen closed 11 years ago

Daniel-Mietchen commented 11 years ago

pip install werkzeug

RaphaelWimmer commented 11 years ago

I have installed Debian package 'python-werkzeug'. (why not flask, btw?)

erlehmann commented 11 years ago

Because OAMI only uses the caching capabilities of werkzeug for now.

erlehmann commented 11 years ago

For documentation of what we are using, see here: http://werkzeug.pocoo.org/docs/contrib/cache/. I think we may be able to use werkzeug caching at other places in the application as well.