from setuptools import setup requires = [ 'pyramid', 'waitress', ] setup(name='tutorial', install_requires=requires, )