Switch to unified view
a/requirements-common.txt | b/requirements-common.txt | ||
---|---|---|---|
... |
... |
||
41 | # dep of pypeline |
41 | # dep of pypeline |
42 | textile==2.1.5 |
42 | textile==2.1.5 |
43 | # dep of colander |
43 | # dep of colander |
44 | translationstring==0.4 |
44 | translationstring==0.4 |
45 | TimerMiddleware==0.4 |
45 | TimerMiddleware==0.4 |
46 | TurboGears2==2.1.3
|
46 | TurboGears2==2.1.4
|
47 | WebOb==1.0.8 |
||
47 | # part of the stdlib, but with a version number. see http://guide.python-distribute.org/pip.html#listing-installed-packages |
48 | # part of the stdlib, but with a version number. see http://guide.python-distribute.org/pip.html#listing-installed-packages |
48 | wsgiref==0.1.2 |
49 | wsgiref==0.1.2 |
49 | 50 | ||
50 | # tg2 deps (not used directly) |
51 | # tg2 deps (not used directly) |
51 | Babel==0.9.6 |
52 | Babel==0.9.6 |
... |
... |
||
57 | Tempita==0.5.1 |
58 | Tempita==0.5.1 |
58 | Routes==1.12.3 |
59 | Routes==1.12.3 |
59 | WebError==0.10.3 |
60 | WebError==0.10.3 |
60 | WebFlash==0.1a9 |
61 | WebFlash==0.1a9 |
61 | WebHelpers==1.3 |
62 | WebHelpers==1.3 |
62 | WebOb==1.1.1 |
||
63 | 63 | ||
64 | # git deps |
64 | # git deps |
65 | async==0.6.1 |
65 | async==0.6.1 |
66 | gitdb==0.5.4 |
66 | gitdb==0.5.4 |
67 | GitPython==0.3.0-beta2 |
67 | GitPython==0.3.0-beta2 |