allura
Revision | 630570c1338352b0134918944bd47de126361daa (tree) |
---|---|
Time | 2011-05-01 10:21:51 |
Author | Rick Copeland <rcopeland@geek...> |
Commiter | Rick Copeland |
[#1831] Requirements updating
Signed-off-by: Rick Copeland <rcopeland@geek.net>
@@ -8,28 +8,7 @@ except ImportError: | ||
8 | 8 | |
9 | 9 | from allura.version import __version__ |
10 | 10 | |
11 | -requires = [ | |
12 | - 'pyramid', | |
13 | - 'WebError', | |
14 | - "Markdown >= 2.0.3", | |
15 | - "python-oembed >= 0.1.1", | |
16 | - "EasyWidgets >= 0.1.1", | |
17 | - "PIL >= 1.1.7", | |
18 | - "iso8601", | |
19 | - "chardet == 1.0.1", | |
20 | - "feedparser >= 5.0.1", | |
21 | - "oauth2 == 1.2.0", | |
22 | - "pysolr", | |
23 | - "pymongo >= 1.7", | |
24 | - "Pygments >= 1.1.1", | |
25 | - "python-openid >= 2.2.4", | |
26 | - "python-ldap == 2.3.9", | |
27 | - "python-dateutil >= 1.4.1", | |
28 | - "Jinja2", | |
29 | - "Genshi", | |
30 | - "BeautifulSoup", | |
31 | - "pypeline", | |
32 | - ] | |
11 | +requires = [ ] | |
33 | 12 | |
34 | 13 | setup( |
35 | 14 | name='Allura', |
@@ -20,7 +20,6 @@ setup(name='ForgeTracker', | ||
20 | 20 | install_requires=[ |
21 | 21 | # -*- Extra requirements: -*- |
22 | 22 | 'Allura', |
23 | - 'tw.forms', | |
24 | 23 | ], |
25 | 24 | entry_points=""" |
26 | 25 | # -*- Entry points: -*- |
@@ -5,10 +5,12 @@ async==0.6.1 | ||
5 | 5 | Babel==0.9.4 |
6 | 6 | Beaker==1.5.3 |
7 | 7 | BeautifulSoup==3.1.0.1 |
8 | +Chameleon==1.2.3 | |
8 | 9 | chardet==1.0.1 |
9 | 10 | Creoleparser==0.7.3 |
10 | 11 | datadiff==1.1.2 |
11 | 12 | decorator==3.3.1 |
13 | +distribute==0.6.16 | |
12 | 14 | docutils==0.7 |
13 | 15 | EasyWidgets==0.2dev-20110404 |
14 | 16 | feedparser==5.0.1 |
@@ -27,6 +29,7 @@ Ming==0.2.1dev-20110428 | ||
27 | 29 | mock==0.6.0 |
28 | 30 | nose==0.11.3 |
29 | 31 | oauth2==1.2.0 |
32 | +ordereddict==1.1 | |
30 | 33 | Paste==1.7.3 |
31 | 34 | PasteDeploy==1.3.3 |
32 | 35 | PasteScript==1.7.3 |
@@ -43,14 +46,21 @@ python-ldap==2.3.9 | ||
43 | 46 | python-openid==2.2.4 |
44 | 47 | pytidylib==0.1.2 |
45 | 48 | PyYAML==3.09 |
49 | +simplejson==2.1.5 | |
46 | 50 | repoze.lru==0.3 |
47 | -SQLAlchemy==0.6beta3 | |
48 | -sqlalchemy-migrate==0.5.4 | |
49 | 51 | Tempita==0.4 |
50 | 52 | textile==2.1.4 |
51 | -ToscaWidgets==0.9.9 | |
53 | +translationstring==0.3 | |
54 | +unittest2==0.5.1 | |
55 | +venusian==0.8 | |
52 | 56 | WebError==0.10.2 |
53 | 57 | WebHelpers==1.0 |
54 | 58 | WebOb==1.0.7 |
55 | 59 | WebTest==1.2.3 |
60 | +zope.component==3.10.0 | |
61 | +zope.configuration==3.7.4 | |
62 | +zope.deprecation==3.4.0 | |
63 | +zope.event==3.5.0-1 | |
64 | +zope.i18nmessageid==3.5.3 | |
56 | 65 | zope.interface==3.5.3 |
66 | +zope.schema==3.8.0 |