Skip to content

Commit 74a667c

Browse files
committed
* pyinstaller版本不固定
1 parent b95c740 commit 74a667c

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@
33

44

55

6-
#### JadeV1.9.0 - 2023-03-24
7-
* 监听加密狗驱动是否在线时间可配置
6+
#### JadeV1.9.1 - 2023-03-24
7+
* pyinstaller版本不固定
88
---
99

1010

1111

12-
1312
<details onclose>
1413
<summary>查看更多更新日志</summary>
1514

15+
16+
#### JadeV1.9.0 - 2023-03-24
17+
* 监听加密狗驱动是否在线时间可配置
18+
---
19+
20+
1621
#### JadeV1.8.9 - 2023-03-24
1722
* 新增LDK资源释放函数
1823
---

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_app_version():
5050
package_data={'': ['*Run','*png']},
5151
include_package_data=True,
5252
platforms="any",
53-
install_requires=["easycython","pyinstaller==4.1.0","cryptography==3.4.8","cffi"] # 这个项目需要的第三方库
53+
install_requires=["easycython","pyinstaller","cryptography==3.4.8","cffi"] # 这个项目需要的第三方库
5454
)
5555

5656

0 commit comments

Comments
 (0)