Show More
@@ -6,11 +6,11 b' from rhodecode import get_version' | |||
|
6 | 6 | requirements = [ |
|
7 | 7 | "Pylons==1.0.0", |
|
8 | 8 | "WebHelpers>=1.2", |
|
9 |
"SQLAlchemy>=0.6. |
|
|
9 | "SQLAlchemy>=0.6.6", | |
|
10 | 10 | "Mako==0.3.6", |
|
11 | 11 | "vcs>=0.1.10", |
|
12 |
"pygments>=1. |
|
|
13 |
"mercurial>=1.7. |
|
|
12 | "pygments>=1.4", | |
|
13 | "mercurial>=1.7.3", | |
|
14 | 14 | "whoosh>=1.3.4", |
|
15 | 15 | "celery>=2.1.4", |
|
16 | 16 | "py-bcrypt", |
General Comments 0
You need to be logged in to leave comments.
Login now