|
a/requirements-common.txt |
|
b/requirements-common.txt |
1 |
# requirements for all deployment environments
|
1 |
# requirements for all deployment environments
|
2 |
|
2 |
|
3 |
anyjson==0.2.3
|
|
|
4 |
async==0.6.1
|
3 |
async==0.6.1
|
5 |
Babel==0.9.4
|
4 |
Babel==0.9.6
|
6 |
Beaker==1.5.3
|
5 |
Beaker==1.5.4
|
7 |
BeautifulSoup==3.1.0.1
|
6 |
BeautifulSoup==3.2.0
|
8 |
chardet==1.0.1
|
7 |
chardet==1.0.1
|
9 |
Creoleparser==0.7.3
|
8 |
Creoleparser==0.7.3
|
10 |
datadiff==1.1.2
|
9 |
datadiff==1.1.3
|
11 |
decorator==3.3.1
|
10 |
decorator==3.3.2
|
12 |
docutils==0.6
|
11 |
docutils==0.8.1
|
13 |
EasyWidgets==0.2dev-20110726
|
12 |
EasyWidgets==0.2dev-20110726
|
14 |
feedparser==5.0.1
|
13 |
feedparser==5.0.1
|
15 |
FormEncode==1.2.2
|
14 |
FormEncode==1.2.4
|
16 |
Genshi==0.5.1
|
15 |
Genshi==0.6
|
17 |
gitdb==0.5.1
|
16 |
gitdb==0.5.4
|
|
|
17 |
GitPython==0.3.0-beta2
|
18 |
httplib2==0.6.0
|
18 |
httplib2==0.7.1
|
19 |
ipython==0.10
|
|
|
20 |
iso8601==0.1.4
|
19 |
iso8601==0.1.4
|
21 |
Jinja2==2.6
|
20 |
Jinja2==2.6
|
|
|
21 |
# Mako is not used directly
|
22 |
Mako==0.3.2
|
22 |
Mako==0.3.2
|
23 |
Markdown==2.0.3
|
23 |
Markdown==2.0.3
|
24 |
MarkupSafe==0.11
|
24 |
MarkupSafe==0.15
|
25 |
mercurial==1.4.1
|
25 |
mercurial==1.4.3
|
26 |
Ming==0.2.2dev-20111014
|
26 |
Ming==0.2.2dev-20111014
|
27 |
mock==0.6.0
|
27 |
mock==0.7.2
|
28 |
nose==0.11.3
|
28 |
nose==1.1.2
|
29 |
oauth2==1.2.0
|
29 |
oauth2==1.5.170
|
30 |
setproctitle==1.1.2
|
|
|
31 |
Paste==1.7.3
|
30 |
Paste==1.7.5.1
|
32 |
PasteDeploy==1.3.3
|
31 |
PasteDeploy==1.5.0
|
33 |
PasteScript==1.7.3
|
32 |
PasteScript==1.7.4.2
|
34 |
PIL==1.1.7
|
33 |
PIL==1.1.7
|
35 |
poster==0.5
|
34 |
poster==0.8.1
|
36 |
pyflakes==0.4.0
|
35 |
pyflakes==0.4.0
|
|
|
36 |
Pygments==1.4
|
37 |
Pylons==0.9.7
|
37 |
Pylons==1.0
|
38 |
pymongo==1.11
|
38 |
pymongo==1.11
|
39 |
Pypeline==0.1dev
|
39 |
Pypeline==0.1dev
|
40 |
pysolr==2.0.13
|
40 |
pysolr==2.1.0-beta
|
41 |
python-dateutil==1.5
|
41 |
python-dateutil==1.5
|
42 |
python-openid==2.2.4
|
42 |
python-openid==2.2.5
|
43 |
pytidylib==0.1.2
|
43 |
pytidylib==0.2.1
|
44 |
PyYAML==3.09
|
44 |
PyYAML==3.10
|
45 |
repoze.tm2==1.0a5
|
45 |
repoze.tm2==1.0a5
|
46 |
repoze.what==1.0.8
|
46 |
repoze.what==1.0.9
|
47 |
repoze.what.plugins.sql==1.0
|
47 |
repoze.what.plugins.sql==1.0.1
|
48 |
repoze.what-pylons==1.0
|
|
|
49 |
repoze.what-quickstart==1.0.6
|
48 |
repoze.what-quickstart==1.0.8
|
50 |
repoze.who==1.0.18
|
49 |
repoze.who==1.0.19
|
51 |
repoze.who-friendlyform==1.0.4
|
50 |
repoze.who-friendlyform==1.0.8
|
52 |
repoze.who.plugins.sa==1.0rc2
|
51 |
repoze.who.plugins.sa==1.0
|
53 |
repoze.who-testutil==1.0
|
52 |
repoze.who-testutil==1.0.1
|
54 |
Routes==1.12.1
|
53 |
Routes==1.12.3
|
55 |
simplejson==2.1.1
|
54 |
simplejson==2.2.1
|
|
|
55 |
# used by gitdb
|
|
|
56 |
smmap==0.8.1
|
56 |
SQLAlchemy==0.6beta3
|
57 |
SQLAlchemy==0.7.2
|
57 |
sqlalchemy-migrate==0.5.4
|
58 |
sqlalchemy-migrate==0.7.1
|
58 |
# suds needed for teamforge import script
|
59 |
# suds needed for teamforge import script
|
59 |
suds==0.4
|
60 |
suds==0.4
|
60 |
Tempita==0.4
|
61 |
Tempita==0.5.1
|
61 |
textile==2.1.4
|
62 |
textile==2.1.5
|
|
|
63 |
tg.devtools==2.1.3
|
62 |
ToscaWidgets==0.9.9
|
64 |
ToscaWidgets==0.9.12
|
63 |
transaction==1.0.0
|
65 |
TurboGears2==2.1.3
|
64 |
tw.forms==0.9.9
|
66 |
tw.forms==0.9.9
|
65 |
WebError==0.10.2
|
67 |
WebError==0.10.3
|
66 |
WebFlash==0.1a9
|
68 |
WebFlash==0.1a9
|
67 |
WebHelpers==1.0
|
69 |
WebHelpers==1.3
|
68 |
WebOb==0.9.8
|
70 |
WebOb==1.1.1
|
69 |
WebTest==1.2
|
71 |
WebTest==1.3.1
|
70 |
wsgiref==0.1.2
|
72 |
wsgiref==0.1.2
|
71 |
zope.interface==3.5.3
|
73 |
zope.interface==3.8.0
|