1 2 3 4 5 6 7 8 9 10
from setuptools import setup requires = [ 'pyramid', 'waitress', ] setup(name='tutorial', install_requires=requires, )