Remove the WSME-Soap dependency.

--HG--
extra : rebase_source : 6d49a6828f2ebf78d0f9a664966e327ed8d6c6ac
This commit is contained in:
Christophe de Vienne 2013-02-08 21:40:07 +01:00
parent 85455b6d94
commit a1ec8103a7

View File

@ -3,7 +3,6 @@ from setuptools import setup
setup(name='demo',
install_requires=[
'WSME',
'WSME-Soap',
'Bottle',
'Pygments',
],