Depend on latest PyMongo and Tornado

This commit is contained in:
A. Jesse Jiryu Davis 2013-03-29 13:00:26 -04:00
parent 21bf1a3eb4
commit 9bb6ed65c3
3 changed files with 5 additions and 5 deletions

View File

@ -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.4.2 or later
* PyMongo_ 2.5 or later
* Tornado_
* Greenlet_

View File

@ -1,3 +1,3 @@
pymongo>=2.4.2
tornado>=2.3
pymongo>=2.5
tornado>=3
greenlet>=0.4

View File

@ -62,8 +62,8 @@ setup(name='motor',
author_email='jesse@10gen.com',
url='https://github.com/mongodb/motor/',
install_requires=[
'pymongo >= 2.4.2',
'tornado >= 2.4.0',
'pymongo >= 2.5',
'tornado >= 3',
'greenlet >= 0.4.0',
],
license='http://www.apache.org/licenses/LICENSE-2.0',