Project

General

Profile

Revision 98c1bcf7

ID98c1bcf719d5c917c27471a4a14d497aa2a16430
Parent 316281de
Child d2be9163

Added by Thomas BURGUIERE almost 15 years ago

tburguie: 1ere version fonctionnelle (ou qui ne plante pas...)

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@922 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

setup.py
1 1
# -*- coding: utf-8 -*-
2
# vim:set expandtab tabstop=4 shiftwidth=4:
2 3
try:
3 4
    from setuptools import setup, find_packages
4 5
except ImportError:
......
22 23
        "ToscaWidgets >= 0.9.7.1",
23 24
        "zope.sqlalchemy >= 0.4 ",
24 25
        "repoze.tm2 >= 1.0a4",
25
        
26 26
        "repoze.what-quickstart >= 1.0",
27
                ],
27
        "psycopg2",
28
        "vigilo-models",
29
        "vigilo-themes-default",
30
        "PasteScript >= 1.7", # setup_requires has issues
31
        "PasteDeploy",
32
        "Paste",
33
        "decorator != 3.1.0", # Blacklist bad version
34
        ],
28 35
    paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'],
29 36
    packages=find_packages(exclude=['ez_setup']),
30 37
    include_package_data=True,

Also available in: Unified diff