diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2018-11-09 18:00:22 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2018-11-09 18:00:22 +0100 |
| commit | 39a147b14d9ad079433d5405c7a3d533851095fa (patch) | |
| tree | d2f22bad73e08247ab81ddb3280ef6cbd35cd2d7 /setup.py | |
| parent | 6a0d6bd9e1f9a6ab86f34d192c2ce5a8c3dc8bee (diff) | |
Add MySQL connector dependency
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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' ], ) |
