Changeset - 74975001a1af
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-11-18 21:04:40
marcin@python-works.com
fixed deps in setup.py
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -6,13 +6,13 @@ requirements = [
 
        "Pylons>=1.0.0",
 
        "SQLAlchemy>=0.6.5",
 
        "Mako>=0.3.6",
 
        "vcs>=0.1.10",
 
        "pygments>=1.3.0",
 
        "mercurial>=1.6.4",
 
        "whoosh>=1.3.1",
 
        "whoosh>=1.3.3",
 
        "celery>=2.1.3",
 
        "py-bcrypt",
 
        "babel",
 
    ]
 

	
 
classifiers = ['Development Status :: 4 - Beta',
0 comments (0 inline, 0 general)