# for testing packaging in isolation
virtualenv

# for creating packages
# TODO (juhas) - remove when pyquil allows packaging-24
setuptools>=70,<77
wheel

# for uploading packages to pypi
twine
