equal
deleted
inserted
replaced
44 # -*- Extra requirements: -*- |
44 # -*- Extra requirements: -*- |
45 'fanstatic', |
45 'fanstatic', |
46 'z3c.form', |
46 'z3c.form', |
47 'z3c.formjs', |
47 'z3c.formjs', |
48 'z3c.formui', |
48 'z3c.formui', |
49 'z3c.jsonrpc', |
49 'z3c.json', |
50 'z3c.language.negotiator', |
|
51 'z3c.language.session', |
|
52 'z3c.language.switch', |
|
53 'z3c.layer.pagelet', |
|
54 'z3c.pagelet', |
|
55 'z3c.table', |
50 'z3c.table', |
56 'zc.catalog', |
51 'z3c.template', |
|
52 'zope.annotation', |
|
53 'zope.authentication', |
57 'zope.component', |
54 'zope.component', |
|
55 'zope.container', |
|
56 'zope.event', |
|
57 'zope.exceptions', |
|
58 'zope.i18n', |
58 'zope.i18nmessageid', |
59 'zope.i18nmessageid', |
59 'zope.interface', |
60 'zope.interface', |
|
61 'zope.lifecycleevent', |
|
62 'zope.location', |
|
63 'zope.pagetemplate', |
|
64 'zope.publisher', |
|
65 'zope.schema', |
|
66 'zope.security', |
|
67 'zope.session', |
|
68 'zope.site', |
|
69 'zope.tales', |
|
70 'zope.traversing', |
60 'zope.viewlet', |
71 'zope.viewlet', |
|
72 'ztfy.baseskin', |
|
73 'ztfy.extfile', |
|
74 'ztfy.file', |
61 'ztfy.skin', |
75 'ztfy.skin', |
|
76 'ztfy.utils', |
62 ], |
77 ], |
63 entry_points={ |
78 entry_points={ |
64 'fanstatic.libraries': [ |
79 'fanstatic.libraries': [ |
65 'ztfy.myams = ztfy.myams:library' |
80 'ztfy.myams = ztfy.myams:library' |
66 ] |
81 ] |