diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-18 10:45:47 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-06-18 10:45:47 +0200 |
| commit | d4c33e4893528fbd69943981472d00ba232d2ab3 (patch) | |
| tree | 0db5a3329a8ff9ffc910aaca5e8205eea420d53d /setup.py | |
| parent | e7d9a09f6d1c4eb894b2fd82ceadda56b2b4797e (diff) | |
Fix urllib request use
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ setup( 'eventlet==0.24.1', 'flask-compress==1.4.0', 'flask-cors==3.0.8', - 'mysql-connector-python-rf==2.2.2', 'pyasn1-modules==0.2.2', - 'six==1.11.0' + 'six==1.11.0', + 'pymongo==3.10.1' ], ) |
