Fix required PyMongo version
This commit is contained in:
parent
aa1831a07d
commit
207c3f1c96
@ -18,7 +18,7 @@ Prerequisites
|
||||
* Although Motor works with PyPy 2.0-beta1, limitations with greenlets and
|
||||
PyPy's JIT compiler make PyPy applications that use Motor too slow for
|
||||
regular use
|
||||
* PyMongo_ 2.5 or later
|
||||
* PyMongo_ 2.5.1 or later
|
||||
* Tornado_
|
||||
* Greenlet_
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
pymongo>=2.5
|
||||
pymongo>=2.5.1
|
||||
tornado>=3
|
||||
greenlet>=0.4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user