~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

- Add pinned versions for z3c.ptcompat and the rest of the stack

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    license='LGPL v3',
24
24
    install_requires=[
25
25
        'setuptools',
 
26
        'sourcecodegen',
 
27
        'chameleon.core',
 
28
        'chameleon.zpt',
 
29
        'z3c.pt',
 
30
        'z3c.ptcompat',
26
31
    ],
27
32
    url='https://launchpad.net/',
28
33
    classifiers=[