Skip to content

Commit f2ba613

Browse files
authored
Merge pull request #13 from jsn-colin/main
Add nuitka support
2 parents 90ac4ff + 352fdfb commit f2ba613

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

buildlinux-nuitka.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
4+
nuitka3 --standalone --onefile --enable-plugin=tk-inter \
5+
--follow-imports -include-package-data=pywebio binpython.py

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)