Changeset - 879ce77d3b2f
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2012-05-03 12:48:27
marcin@python-works.com
whoosh version bump
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
requires.txt
Show inline comments
 
@@ -5,7 +5,7 @@ formencode==1.2.4
 
SQLAlchemy==0.7.6
 
Mako==0.7.0
 
pygments>=1.4
 
whoosh>=2.3.0,<2.4
 
whoosh>=2.4.0,<2.5
 
celery>=2.2.5,<2.3
 
babel
 
python-dateutil>=1.5.0,<2.0.0
rhodecode/__init__.py
Show inline comments
 
@@ -54,7 +54,7 @@ requirements = [
 
    "SQLAlchemy==0.7.6",
 
    "Mako==0.7.0",
 
    "pygments>=1.4",
 
    "whoosh>=2.3.0,<2.4",
 
    "whoosh>=2.4.0,<2.5",
 
    "celery>=2.2.5,<2.3",
 
    "babel",
 
    "python-dateutil>=1.5.0,<2.0.0",
0 comments (0 inline, 0 general)