playwright-community / heroku-playwright-buildpack

Buildpack for running Playwright with Chromium and Firefox on Heroku.
https://heroku.playwright.tech
46 stars 43 forks source link

How to use with requirements.txt #16

Closed AmosDinh closed 2 years ago

AmosDinh commented 2 years ago

How do I use this combined with a requirements.txt? Heroku will either say "Playwright app detected"(With the buildpack) or "Python app detected" (with only requirements.txt) on deploy. Thank you