Skip to content

Commit 67dca27

Browse files
authored
Update requirements.txt
添加nuitka模块,后续可以使用nuitka3将binpython打包成二进制文件。优先使用nuitka打包的好处是pyinstaller打包后的二进制文件执行时依赖glibc,如果打包的机器glibc版本和目标主机glibc版本不一致,会导致binpython不可执行。
1 parent 90ac4ff commit 67dca27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ pywebio
44
tornado
55
xlrd
66
wget
7-
requests
7+
requests
8+
Nuitka==1.6.1

0 commit comments

Comments
 (0)