diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-01-07 18:55:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-07 18:55:00 +0100 |
commit | 6e0c0b61a7b5232b4c4d9971011b94f9ad91fb67 (patch) | |
tree | e90e73eb04cb8f909dd82feb3a1019476eb2728f | |
parent | Merge pull request #1431 from ramonvc/update-openai-example (diff) | |
parent | Replace bs4 with beautifulsoup4 (diff) | |
download | gpt4free-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 |
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 2 |
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 |