We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cf1a9 commit a786ca4Copy full SHA for a786ca4
CONTRIBUTING.md
@@ -1,12 +1,17 @@
1
# 更新日志
2
3
-## JadeV2.4.2 - 2025-06-11
+## JadeV2.4.3 - 2025-06-11
4
* 尽量减少对其他包的依赖
5
---
6
7
+
8
<details onclose>
9
<summary>查看更多更新日志</summary>
10
11
+## JadeV2.4.2 - 2025-06-11
12
+* 尽量减少对其他包的依赖
13
+---
14
15
## JadeV2.4.1 - 2025-06-11
16
* 区分操作系统的依赖
17
setup.py
@@ -32,7 +32,7 @@ def get_app_version():
32
import sys
33
from jade import get_app_version,write_version,CreateSavePath
34
if __name__ == '__main__':
35
- dependencies = ["psutil"]
+ dependencies = ["psutil","cryptography"]
36
pack_list = [package_name]
37
CreateSavePath("Ouput")
38
find_packages(package_name, pack_list)
0 commit comments