Show More
@@ -1,18 +1,20 b'' | |||||
|
1 | waitress==0.8.1 | |||
|
2 | webob==1.0.8 | |||
1 | Pylons==1.0.0 |
|
3 | Pylons==1.0.0 | |
2 |
Beaker==1.6. |
|
4 | Beaker==1.6.4 | |
3 | WebHelpers==1.3 |
|
5 | WebHelpers==1.3 | |
4 | formencode==1.2.4 |
|
6 | formencode==1.2.4 | |
5 | SQLAlchemy==0.7.8 |
|
7 | SQLAlchemy==0.7.8 | |
6 |
Mako==0.7. |
|
8 | Mako==0.7.2 | |
7 |
pygments>=1. |
|
9 | pygments>=1.5 | |
8 | whoosh>=2.4.0,<2.5 |
|
10 | whoosh>=2.4.0,<2.5 | |
9 | celery>=2.2.5,<2.3 |
|
11 | celery>=2.2.5,<2.3 | |
10 | babel |
|
12 | babel | |
11 | python-dateutil>=1.5.0,<2.0.0 |
|
13 | python-dateutil>=1.5.0,<2.0.0 | |
12 | dulwich>=0.8.5,<0.9.0 |
|
14 | dulwich>=0.8.5,<0.9.0 | |
13 | webob==1.0.8 |
|
|||
14 | markdown==2.1.1 |
|
15 | markdown==2.1.1 | |
15 | docutils==0.8.1 |
|
16 | docutils==0.8.1 | |
16 | simplejson==2.5.2 |
|
17 | simplejson==2.5.2 | |
|
18 | mock | |||
17 | py-bcrypt |
|
19 | py-bcrypt | |
18 |
mercurial>=2. |
|
20 | mercurial>=2.3.0,<2.4 No newline at end of file |
@@ -34,19 +34,19 b' is_windows = __platform__ in _get_meta_v' | |||||
34 |
|
34 | |||
35 | requirements = [ |
|
35 | requirements = [ | |
36 | "waitress==0.8.1", |
|
36 | "waitress==0.8.1", | |
|
37 | "webob==1.0.8", | |||
37 | "Pylons==1.0.0", |
|
38 | "Pylons==1.0.0", | |
38 |
"Beaker==1.6. |
|
39 | "Beaker==1.6.4", | |
39 | "WebHelpers==1.3", |
|
40 | "WebHelpers==1.3", | |
40 | "formencode==1.2.4", |
|
41 | "formencode==1.2.4", | |
41 | "SQLAlchemy==0.7.8", |
|
42 | "SQLAlchemy==0.7.8", | |
42 |
"Mako==0.7. |
|
43 | "Mako==0.7.2", | |
43 |
"pygments>=1. |
|
44 | "pygments>=1.5", | |
44 | "whoosh>=2.4.0,<2.5", |
|
45 | "whoosh>=2.4.0,<2.5", | |
45 | "celery>=2.2.5,<2.3", |
|
46 | "celery>=2.2.5,<2.3", | |
46 | "babel", |
|
47 | "babel", | |
47 | "python-dateutil>=1.5.0,<2.0.0", |
|
48 | "python-dateutil>=1.5.0,<2.0.0", | |
48 | "dulwich>=0.8.5,<0.9.0", |
|
49 | "dulwich>=0.8.5,<0.9.0", | |
49 | "webob==1.0.8", |
|
|||
50 | "markdown==2.1.1", |
|
50 | "markdown==2.1.1", | |
51 | "docutils==0.8.1", |
|
51 | "docutils==0.8.1", | |
52 | "simplejson==2.5.2", |
|
52 | "simplejson==2.5.2", |
General Comments 0
You need to be logged in to leave comments.
Login now