diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-18 10:52:00 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-06-18 10:52:00 +0200 |
| commit | 4a33ea9d2c82c5fdcd29fc4f54fbb141c673b4d7 (patch) | |
| tree | 48c1e7e2eb2f26f2dfefe45f0327869d5fe988e1 /setup.py | |
| parent | d4c33e4893528fbd69943981472d00ba232d2ab3 (diff) | |
Fix imports
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,6 +42,7 @@ setup( 'flask-cors==3.0.8', 'pyasn1-modules==0.2.2', 'six==1.11.0', - 'pymongo==3.10.1' + 'pymongo==3.10.1', + 'bson==0.5.10' ], ) |
