返回提交历史
Modified
requirements.txt
+2
-1
Modified
setup.py
+2
-0
XFEstudio/gpt4free
Add cryptography package to requirements and setup for enhanced security features
f43eb373
代码差异
2 个文件
+4
-1
@@ -21,4 +21,5 @@ ddgs
21
21
numpy
22
22
PyYAML
23
23
websocket-client
24
pystray
24
pystray
25
cryptography
@@ -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",