Show More
@@ -4,14 +4,14 b' py_version = sys.version_info' | |||
|
4 | 4 | from rhodecode import get_version |
|
5 | 5 | |
|
6 | 6 | requirements = [ |
|
7 |
"Pylons |
|
|
8 |
"SQLAlchemy |
|
|
9 |
"Mako |
|
|
10 |
"vcs |
|
|
11 |
"pygments |
|
|
12 |
"mercurial |
|
|
13 |
"whoosh==1.3. |
|
|
14 |
"celery |
|
|
7 | "Pylons==1.0.0", | |
|
8 | "SQLAlchemy==0.6.5", | |
|
9 | "Mako==0.3.6", | |
|
10 | "vcs==0.1.10", | |
|
11 | "pygments==1.3.1", | |
|
12 | "mercurial==1.7.2", | |
|
13 | "whoosh==1.3.4", | |
|
14 | "celery==2.1.4", | |
|
15 | 15 | "py-bcrypt", |
|
16 | 16 | "babel", |
|
17 | 17 | ] |
General Comments 0
You need to be logged in to leave comments.
Login now