XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Add cryptography package to requirements and setup for enhanced security features

f43eb373
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

2 个文件 +4 -1
Modified requirements.txt +2 -1
@@ -21,4 +21,5 @@ ddgs
21 21 numpy
22 22 PyYAML
23 23 websocket-client
24 pystray
24 pystray
25 cryptography
Modified setup.py +2 -0
@@ -44,6 +44,7 @@ EXTRA_REQUIRE = {
44 44 "PyYAML",
45 45 "websocket-client",
46 46 "pystray",
47 "cryptography",
47 48 ],
48 49 "slim": [
49 50 "curl_cffi>=0.6.2",
@@ -67,6 +68,7 @@ EXTRA_REQUIRE = {
67 68 "PyYAML",
68 69 "websocket-client",
69 70 "pystray",
71 "cryptography",
70 72 ],
71 73 "image": [
72 74 "pillow",