From ea3fcc2a82a3056cb97305b82478e3f1185dae42 Mon Sep 17 00:00:00 2001 From: Jaewook Lee <11328376+jaewooklee93@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:10:26 +0900 Subject: [PATCH] add requirement --- auto-regex/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto-regex/main.py b/auto-regex/main.py index e348e63..6d8906b 100644 --- a/auto-regex/main.py +++ b/auto-regex/main.py @@ -1,3 +1,5 @@ +# pip install requests polars bs4 + import requests, re import polars as pl from bs4 import BeautifulSoup as Soup