diff --git a/examples/demo/setup.py b/examples/demo/setup.py index 4b7d102..4ca4a76 100644 --- a/examples/demo/setup.py +++ b/examples/demo/setup.py @@ -2,7 +2,8 @@ from setuptools import setup setup(name='demo', install_requires=[ - 'wsme', + 'WSME', + 'WSME-Soap', 'PasteScript', 'PasteDeploy', 'WSGIUtils',