We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7652a commit cbc2debCopy full SHA for cbc2deb
3 files changed
package/nuitka_config.yml
@@ -22,7 +22,8 @@
22
install-requirements: [
23
'keyboard',
24
'configparser',
25
- 'pywin32'
+ 'pywin32',
26
+ 'psutil'
27
]
28
# upx: true
29
# onefile: 1
@@ -67,7 +68,8 @@
67
68
version: 'v.25.05.02'
69
python-file: 'sunrise_sunset_info\sunrise_sunset_info_v.25.05.02.py'
70
- 'pyftpdlib'
71
+ 'pyftpdlib',
72
+ 'astropy'
73
74
75
# onefile: 1 # 0:文件夹 1:单文件 2:两者
sunrise_sunset_info/README.md
@@ -11,7 +11,7 @@
11
安装第三方库
12
13
```bash
14
-pip install pyftpdlib
+pip install pyftpdlib astropy
15
```
16
17
运行
键盘监听/requirements.txt
@@ -1,3 +1,4 @@
1
keyboard
2
configparser
3
-pywin32
+pywin32
4
+psutil
0 commit comments