Examine setup.py to find where pyppeteer is listed as a required dependency. Look for import statements of pyppeteer in the codebase and consider wrapping them in try except blocks to handle ImportError. Then modify setup.py to move pyppeteer to 'extras require' and update any documentation accordingly.