diff options
Diffstat (limited to 'development/Werkzeug/README')
-rw-r--r-- | development/Werkzeug/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/Werkzeug/README b/development/Werkzeug/README new file mode 100644 index 0000000000..81926ca954 --- /dev/null +++ b/development/Werkzeug/README @@ -0,0 +1,5 @@ +Werkzeug is a WSGI utility module written in Python. +It includes a powerful URL routing system, a debugger, full featured +request and response objects, and many HTTP utilities. + +This requires the Python setuptools (pysetuptools on SlackBuilds.org). |