Closed trubesv closed 4 years ago
install_requires
in setup.py
must be updated to tell that we support the oldest version of PyMongo that has those features. It's PyMongo 3.5, I guess? Also, the same version should be used for tests and development (and thus modified in requirements.txt
).
Also, that would close #26. Feel free to add any argument in favor of PyMongo<3.5 drop in #26, because I'm not so sure yet that we really want it.
Fixes #26 Fixes #27