Make requirement for PyMongo>=2.5 more consistent

Commit 7aa1f47378 requires PyMongo >= v2.5.
This updates the requirements file to make this requirement explicit to
package managers.

Commit 29309dac9a removed some legacy
compatibility code that would run only with versions of PyMongo < 2.1. The
options 'is_slave' and 'slaves' for register_connection were only used in
this compatibility code, so they are removed too.
This commit is contained in:
Brian Helba
2014-06-29 23:05:13 -04:00
parent 646aa131ef
commit c4ea8d4942
2 changed files with 6 additions and 12 deletions

View File

@@ -1 +1 @@
pymongo
pymongo>=2.4