diff options
author | ThatLukinhasGuy <139662282+thatlukinhasguy1@users.noreply.github.com> | 2023-11-02 02:29:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 02:29:00 +0100 |
commit | 98241884b156a667012e51a82e4427a4465c42f0 (patch) | |
tree | f172216e7a15c5445eef9c54237b50f7a1957a43 | |
parent | Update run.py (diff) | |
download | gpt4free-98241884b156a667012e51a82e4427a4465c42f0.tar gpt4free-98241884b156a667012e51a82e4427a4465c42f0.tar.gz gpt4free-98241884b156a667012e51a82e4427a4465c42f0.tar.bz2 gpt4free-98241884b156a667012e51a82e4427a4465c42f0.tar.lz gpt4free-98241884b156a667012e51a82e4427a4465c42f0.tar.xz gpt4free-98241884b156a667012e51a82e4427a4465c42f0.tar.zst gpt4free-98241884b156a667012e51a82e4427a4465c42f0.zip |
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 3ef9b32e..28d00b85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,6 @@ certifi browser_cookie3 websockets js2py -flask[async] -flask-cors typing-extensions PyExecJS duckduckgo-search @@ -20,3 +18,4 @@ pillow platformdirs numpy asgiref +fastapi |