summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2018-11-09 18:00:22 +0100
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2018-11-09 18:00:22 +0100
commit39a147b14d9ad079433d5405c7a3d533851095fa (patch)
treed2f22bad73e08247ab81ddb3280ef6cbd35cd2d7
parent6a0d6bd9e1f9a6ab86f34d192c2ce5a8c3dc8bee (diff)
Add MySQL connector dependency
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8e708c31..7da6bcc2 100644
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,8 @@ setup(
'oauth2client==4.1.3',
'eventlet==0.24.1',
'Flask-Compress==1.4.0',
- 'pyasn1-modules==0.2.2'
+ 'mysql-connector-python-rf==2.2.2',
+ 'pyasn1-modules==0.2.2',
+ 'six==1.11.0'
],
)