diff --git a/examples/demo/setup.py b/examples/demo/setup.py index b623851..33e5161 100644 --- a/examples/demo/setup.py +++ b/examples/demo/setup.py @@ -3,7 +3,6 @@ from setuptools import setup setup(name='demo', install_requires=[ 'WSME', - 'WSME-Soap', 'Bottle', 'Pygments', ],