diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-11-07 13:54:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 13:54:09 +0100 |
commit | 722f25039f78a9250f436e8ba945c0831acd0fa6 (patch) | |
tree | 4efb607e075fb9e35b2b368c5a25932b0a7d890b /requirements.txt | |
parent | Merge pull request #1215 from SamirXR/main (diff) | |
parent | fix: no module named 'flask' (#1216) (diff) | |
download | gpt4free-722f25039f78a9250f436e8ba945c0831acd0fa6.tar gpt4free-722f25039f78a9250f436e8ba945c0831acd0fa6.tar.gz gpt4free-722f25039f78a9250f436e8ba945c0831acd0fa6.tar.bz2 gpt4free-722f25039f78a9250f436e8ba945c0831acd0fa6.tar.lz gpt4free-722f25039f78a9250f436e8ba945c0831acd0fa6.tar.xz gpt4free-722f25039f78a9250f436e8ba945c0831acd0fa6.tar.zst gpt4free-722f25039f78a9250f436e8ba945c0831acd0fa6.zip |
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index ffadf62a..7f2823f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,3 +20,4 @@ numpy asgiref fastapi uvicorn +flask
\ No newline at end of file |