Changeset - 21a781cdd1fd
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-01-25 19:05:44
marcin@python-works.com
updated some requirements to newest versions
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -6,11 +6,11 @@ from rhodecode import get_version
 
requirements = [
 
        "Pylons==1.0.0",
 
        "WebHelpers>=1.2",
 
        "SQLAlchemy>=0.6.5",
 
        "SQLAlchemy>=0.6.6",
 
        "Mako==0.3.6",
 
        "vcs>=0.1.10",
 
        "pygments>=1.3.1",
 
        "mercurial>=1.7.2",
 
        "pygments>=1.4",
 
        "mercurial>=1.7.3",
 
        "whoosh>=1.3.4",
 
        "celery>=2.1.4",
 
        "py-bcrypt",
0 comments (0 inline, 0 general)