Revision 9e826a59 snf-pithos-tools/setup.py

b/snf-pithos-tools/setup.py
60 60

  
61 61
# Package requirements
62 62
INSTALL_REQUIRES = [
63
    'Django>=1.2.3',
64
    'SQLAlchemy>=0.6.3',
65
    'MySQL-python>=1.2.2',
66
    'psycopg2>=2.2.1'
67 63
]
68 64

  
69 65
EXTRAS_REQUIRES = {
......
193 189

  
194 190
    entry_points = {
195 191
     'console_scripts': [
192
         'snf-pithos-sh = pithos.tools.sh:main',
193
         'snf-pithos-sync = pithos.tools.sync:main',
194
         'snf-pithos-test = pithos.tools.test:main',
195
         'snf-pithos-fs = pithos.tools.fs:main',
196
         'snf-pithos-dispatcher = pithos.tools.dispatcher:main',
196 197
         ],
197 198
      },
198 199
)

Also available in: Unified diff