Update requirements.txt

fix for https://github.com/xtekky/gpt4free/issues/687
pull/688/head
BoBeR182 1 year ago committed by GitHub
parent 945f2feee4
commit 81019cd528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,9 @@ pypasser
names names
colorama colorama
curl_cffi curl_cffi
aiohttp
flask
flask_cors
streamlit streamlit
selenium selenium
fake-useragent fake-useragent
@ -20,4 +23,4 @@ random-password-generator
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.3.2 # not directly required, pinned by Snyk to avoid a vulnerability tornado>=6.3.2 # not directly required, pinned by Snyk to avoid a vulnerability
PyExecJS PyExecJS
browser_cookie3 browser_cookie3

Loading…
Cancel
Save