diff options
author | xtekky <98614666+xtekky@users.noreply.github.com> | 2023-06-28 02:52:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 02:52:30 +0200 |
commit | 25d5525bf1899eac9795e7651e496ee2f665a4fe (patch) | |
tree | d7553e726a773ef15c4d68f57b0c4aee8d1c8abe | |
parent | Merge pull request #684 from ostix360/main (diff) | |
parent | Update requirements.txt (diff) | |
download | gpt4free-25d5525bf1899eac9795e7651e496ee2f665a4fe.tar gpt4free-25d5525bf1899eac9795e7651e496ee2f665a4fe.tar.gz gpt4free-25d5525bf1899eac9795e7651e496ee2f665a4fe.tar.bz2 gpt4free-25d5525bf1899eac9795e7651e496ee2f665a4fe.tar.lz gpt4free-25d5525bf1899eac9795e7651e496ee2f665a4fe.tar.xz gpt4free-25d5525bf1899eac9795e7651e496ee2f665a4fe.tar.zst gpt4free-25d5525bf1899eac9795e7651e496ee2f665a4fe.zip |
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1ec8ad45..f9757fe0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,9 @@ pypasser names colorama curl_cffi +aiohttp +flask +flask_cors streamlit selenium fake-useragent @@ -20,4 +23,4 @@ random-password-generator 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 PyExecJS -browser_cookie3
\ No newline at end of file +browser_cookie3 |