Revision bd9f302a

b/snf-pithos-app/setup.py
65 65

  
66 66
# Package requirements
67 67
INSTALL_REQUIRES = [
68
    'Django>=1.2.3',
69
    'SQLAlchemy>=0.6.3',
70
    'MySQL-python>=1.2.2',
71
    'psycopg2>=2.2.1'
68
    'snf-common',
69
    'snf-webproject',
70
    'snf-pithos-backend',
71
    'Django>=1.2, <1.3',
72 72
]
73 73

  
74 74
EXTRAS_REQUIRES = {
......
190 190
    zip_safe = False,
191 191

  
192 192
    dependency_links = [
193
        'http://docs.dev.grnet.gr/pypi/index.html'],
193
        'http://docs.dev.grnet.gr/pypi/'],
194 194

  
195 195
    install_requires = INSTALL_REQUIRES,
196 196
    extras_require = EXTRAS_REQUIRES,
b/snf-pithos-backend/setup.py
65 65

  
66 66
# Package requirements
67 67
INSTALL_REQUIRES = [
68
    'Django>=1.2.3',
68
    'snf-common',
69
    'snf-pithos-lib',
69 70
    'SQLAlchemy>=0.6.3',
70
    'MySQL-python>=1.2.2',
71
    'psycopg2>=2.2.1'
72 71
]
73 72

  
74 73
EXTRAS_REQUIRES = {
......
190 189
    zip_safe = False,
191 190

  
192 191
    dependency_links = [
193
        'http://docs.dev.grnet.gr/pypi/index.html'],
192
        'http://docs.dev.grnet.gr/pypi/'],
194 193

  
195 194
    install_requires = INSTALL_REQUIRES,
196 195
    extras_require = EXTRAS_REQUIRES,
b/snf-pithos-lib/setup.py
186 186
    zip_safe = False,
187 187

  
188 188
    dependency_links = [
189
        'http://docs.dev.grnet.gr/pypi/index.html'],
189
        'http://docs.dev.grnet.gr/pypi/'],
190 190

  
191 191
    install_requires = INSTALL_REQUIRES,
192 192
    extras_require = EXTRAS_REQUIRES,
b/snf-pithos-tools/setup.py
65 65

  
66 66
# Package requirements
67 67
INSTALL_REQUIRES = [
68
    'snf-pithos-lib'
68 69
]
69 70

  
70 71
EXTRAS_REQUIRES = {
......
186 187
    zip_safe = False,
187 188

  
188 189
    dependency_links = [
189
        'http://docs.dev.grnet.gr/pypi/index.html'],
190
        'http://docs.dev.grnet.gr/pypi/'],
190 191

  
191 192
    install_requires = INSTALL_REQUIRES,
192 193
    extras_require = EXTRAS_REQUIRES,
......
194 195

  
195 196
    entry_points = {
196 197
     'console_scripts': [
197
         'snf-pithos-sh = pithos.tools.sh:main',
198
         'snf-pithos-sync = pithos.tools.sync:main',
199
         'snf-pithos-test = pithos.tools.test:main',
200
         'snf-pithos-fs = pithos.tools.fs:main',
201
         'snf-pithos-dispatcher = pithos.tools.dispatcher:main',
198
         'pithos-sh = pithos.tools.sh:main',
199
         'pithos-sync = pithos.tools.sync:main',
200
         'pithos-test = pithos.tools.test:main',
201
         'pithos-fs = pithos.tools.fs:main',
202
         'pithos-dispatcher = pithos.tools.dispatcher:main',
202 203
         ],
203 204
      },
204 205
)

Also available in: Unified diff