summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-01-07 18:55:00 +0100
committerGitHub <noreply@github.com>2024-01-07 18:55:00 +0100
commit6e0c0b61a7b5232b4c4d9971011b94f9ad91fb67 (patch)
treee90e73eb04cb8f909dd82feb3a1019476eb2728f
parentMerge pull request #1431 from ramonvc/update-openai-example (diff)
parentReplace bs4 with beautifulsoup4 (diff)
downloadgpt4free-6e0c0b61a7b5232b4c4d9971011b94f9ad91fb67.tar
gpt4free-6e0c0b61a7b5232b4c4d9971011b94f9ad91fb67.tar.gz
gpt4free-6e0c0b61a7b5232b4c4d9971011b94f9ad91fb67.tar.bz2
gpt4free-6e0c0b61a7b5232b4c4d9971011b94f9ad91fb67.tar.lz
gpt4free-6e0c0b61a7b5232b4c4d9971011b94f9ad91fb67.tar.xz
gpt4free-6e0c0b61a7b5232b4c4d9971011b94f9ad91fb67.tar.zst
gpt4free-6e0c0b61a7b5232b4c4d9971011b94f9ad91fb67.zip
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 6ec1953d..27067e7a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -26,4 +26,4 @@ async-property
undetected-chromedriver
asyncstdlib
async_property
-bs4
+beautifulsoup4