summaryrefslogtreecommitdiff
path: root/examples/web/wsgi_flask.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/wsgi_flask.py')
-rw-r--r--examples/web/wsgi_flask.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/wsgi_flask.py b/examples/web/wsgi_flask.py
index cc74c7b..0574d25 100644
--- a/examples/web/wsgi_flask.py
+++ b/examples/web/wsgi_flask.py
@@ -1,7 +1,7 @@
"""
Example demonstrating use with WSGI (raw WSGI application, no framework).
-Requires the "postgresql" service to be running.
+Requires the "postgresql" and "redis" services to be running.
To install prerequisites: pip install sqlalchemy psycopg2 flask uwsgi
To run: uwsgi -T --http :8000 --wsgi-file wsgi_flask.py