diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-03-28 17:17:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 17:17:59 +0100 |
commit | 64e07b7fbf810176d66506786a946a3122ea7fc4 (patch) | |
tree | 1cf10ab4f117583fdb4a98712c18052e5a42cdf2 /requirements.txt | |
parent | Merge pull request #1758 from Zero6992/main (diff) | |
parent | Fix history support for OpenaiChat (diff) | |
download | gpt4free-64e07b7fbf810176d66506786a946a3122ea7fc4.tar gpt4free-64e07b7fbf810176d66506786a946a3122ea7fc4.tar.gz gpt4free-64e07b7fbf810176d66506786a946a3122ea7fc4.tar.bz2 gpt4free-64e07b7fbf810176d66506786a946a3122ea7fc4.tar.lz gpt4free-64e07b7fbf810176d66506786a946a3122ea7fc4.tar.xz gpt4free-64e07b7fbf810176d66506786a946a3122ea7fc4.tar.zst gpt4free-64e07b7fbf810176d66506786a946a3122ea7fc4.zip |
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1c00e099..da7f598a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ aiohttp_socks gpt4all pywebview plyer -pycryptodome
\ No newline at end of file +cryptography
\ No newline at end of file |