Skip to content

Commit f02500e

Browse files
committed
update 引入新的cffi包
1 parent 640453f commit f02500e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## python tools V1.4.1
1+
## python tools V1.4.2
22
* 不使用第三方wheel包
33

44
## 更新日志
55

66
* update 支持模型加密解密操作,支持解密直接返回字节流
7-
7+
* 引入新的cffi包
88
<details onclose>
99
<summary>查看更多更新日志</summary>
1010

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
find_packages("jade", pack_list)
1313
setup(
1414
name="jade",
15-
version="1.4.1",
15+
version="1.4.2",
1616
keywords=("pip", "jade", ""),
1717
description="jade",
1818
long_description="",
@@ -25,6 +25,6 @@
2525
package_data={'': ['*Run','*png']},
2626
include_package_data=True,
2727
platforms="any",
28-
install_requires=["easycython","pyinstaller","cryptography"] # 这个项目需要的第三方库
28+
install_requires=["easycython","pyinstaller","cryptography","cffi"] # 这个项目需要的第三方库
2929
)
3030

0 commit comments

Comments
 (0)