Show More
@@ -10,10 +10,9 b' if py_version < (2, 5):' | |||||
10 | raise Exception('RhodeCode requires python 2.5 or later') |
|
10 | raise Exception('RhodeCode requires python 2.5 or later') | |
11 |
|
11 | |||
12 | requirements = [ |
|
12 | requirements = [ | |
13 | "vcs>=0.2.1.dev", |
|
|||
14 | "Pylons==1.0.0", |
|
13 | "Pylons==1.0.0", | |
15 | "WebHelpers>=1.2", |
|
14 | "WebHelpers>=1.2", | |
16 | "SQLAlchemy>=0.7.2", |
|
15 | "SQLAlchemy>=0.7.2,<0.8", | |
17 | "Mako>=0.4.2", |
|
16 | "Mako>=0.4.2", | |
18 | "pygments>=1.4", |
|
17 | "pygments>=1.4", | |
19 | "mercurial>=1.9,<2.0", |
|
18 | "mercurial>=1.9,<2.0", | |
@@ -21,7 +20,8 b' requirements = [' | |||||
21 | "celery>=2.2.5,<2.3", |
|
20 | "celery>=2.2.5,<2.3", | |
22 | "babel", |
|
21 | "babel", | |
23 | "python-dateutil>=1.5.0,<2.0.0", |
|
22 | "python-dateutil>=1.5.0,<2.0.0", | |
24 |
"dulwich>=0. |
|
23 | "dulwich>=0.8.0", | |
|
24 | "vcs>=0.2.1.dev", | |||
25 | ] |
|
25 | ] | |
26 |
|
26 | |||
27 | dependency_links = [ |
|
27 | dependency_links = [ |
General Comments 0
You need to be logged in to leave comments.
Login now