Merge "Fix pymongo requirements"

This commit is contained in:
Jenkins 2012-11-13 15:55:45 +00:00 committed by Gerrit Code Review
commit 2a391644c0
2 changed files with 2 additions and 1 deletions

View File

@ -10,4 +10,4 @@ eventlet
anyjson>=0.3.1
Flask==0.9
sphinxcontrib-httpdomain
pymongo==2.2.1
pymongo>=2.2.1

View File

@ -6,6 +6,7 @@ netaddr
argparse
SQLAlchemy>=0.7.3,<=0.7.9
sqlalchemy-migrate>=0.7.2
pymongo>=2.2.1
eventlet
anyjson>=0.3.1
Flask==0.9