How can I deploy Playwright Python script on Heroku?
using :
python3getting this error on Heroku console.
╔══════════════════════════════════════════════════════╗
║ Host system is missing dependencies to run browsers. ║ ║ Please install them with the following command: ║
║ ║
║ sudo playwright install-deps ║
║ ║
║ Alternatively, use apt: ║
║ sudo apt-get install libatk1.0-0\ ║
║ libatk-bridge2.0-0\ ║
.
.
.
