# Python 3.12+ no longer bundles setuptools in venvs.
# Pyramid imports pkg_resources which was removed in setuptools 81+.
setuptools<81

# bpython shell and teach pyramid about it.
bpython
pyramid_bpython

# dev web application server.
waitress
