Add a dependency on WSME-Soap

This commit is contained in:
Christophe de Vienne 2011-10-19 14:37:45 +02:00
parent 65a3953c24
commit 308390bdd1
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ from setuptools import setup
setup(name='demo',
install_requires=[
'wsme',
'WSME',
'WSME-Soap',
'PasteScript',
'PasteDeploy',
'WSGIUtils',