summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-05-12 09:06:39 +0200
committerGeorgios Andreadis <info@gandreadis.com>2020-05-12 09:06:39 +0200
commita9ecf3c48c92d667201bb77e709e2527ee35f7c4 (patch)
treeb9764282de2456c147885d79e777b4d15b810d96 /setup.py
parent19d28d270ed6f99d0ec7ef40d8a5450eda25d455 (diff)
Ensure CORS works for socket.io
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6d6e9742..8197b5a2 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,7 @@ setup(
'flask_socketio',
'oauth2client',
'eventlet',
- 'flask-compress'
+ 'flask-compress',
+ 'flask-cors'
],
)