chore: move the required playwright to requirements.txt

This commit is contained in:
voidking 2024-02-07 10:34:04 +08:00
parent e7b5d3c0c9
commit 3b4379d125
2 changed files with 1 additions and 2 deletions

View file

@ -24,7 +24,6 @@ requirements = (here / "requirements.txt").read_text(encoding="utf-8").splitline
extras_require = {
"playwright": ["playwright>=1.26", "beautifulsoup4"],
"selenium": ["selenium>4", "webdriver_manager", "beautifulsoup4"],
"search-google": ["google-api-python-client==2.94.0"],
"search-ddg": ["duckduckgo-search~=4.1.1"],