HumanDynamics / openPDS

openpds.media.mit.edu
MIT License
110 stars 33 forks source link

Force pymongo version 2.7.2 #50

Closed jskrivseth closed 8 years ago

jskrivseth commented 8 years ago

from pymongo import Connection is deprecated. To avoid issues with newer pymongo versions, 2.7.2 is forced to avoid numerous issues.

brian717 commented 8 years ago

Good catch - we should have been specifying the version here to begin with in order to avoid issues like this.