server host fixed
diff --git a/requirements.txt b/requirements.txt
index f3fd43f..df990ef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,9 @@
+Flask==0.10.1
+Flask-Bootstrap==3.3.0.1
+Jinja2==2.7.3
+MarkupSafe==0.23
+Werkzeug==0.10.1
 argparse==1.2.1
+itsdangerous==0.24
+petname==1.7
 wsgiref==0.1.2
diff --git a/web_app/__init__.py b/web_app/__init__.py
index 7e6edf9..a720d12 100644
--- a/web_app/__init__.py
+++ b/web_app/__init__.py
@@ -83,6 +83,5 @@
     return "Created", 201
 
 
-
 if __name__ == "__main__":
-    app.run(debug=True)
\ No newline at end of file
+    app.run(host='0.0.0.0', debug=True)
\ No newline at end of file