I'm using the python standard environment and would like to publish a message to google pub/sub. However, it appears that the google cloud libraries are not included with the environment, at least without some sort of additional configuration.
from google.cloud import pubsub
ImportError: No module named cloud
This is running on a deployed instance. The example google gives for using pub/sub is in the flexible environment.