requirements

This commit is contained in:
James Turk 2012-02-13 18:39:03 -05:00
parent c65cde6bbd
commit 87462beaf5
2 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@ Requirements
------------ ------------
* python 2.7 * python 2.7
* mongodb 1.8 * mongodb 2.0
* pymongo 1.11 * pymongo 2.0
* scrapelib 0.5.5 * scrapelib 0.5+
Usage Usage
===== =====

View File

@ -1,5 +1,5 @@
scrapelib scrapelib
pymongo>=1.11 pymongo>=2.0
flask flask
nose nose
celery celery