Skip to content

Commit cbc2deb

Browse files
committed
更新依赖项,添加psutil和astropy库
1 parent 4e7652a commit cbc2deb

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

package/nuitka_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
install-requirements: [
2323
'keyboard',
2424
'configparser',
25-
'pywin32'
25+
'pywin32',
26+
'psutil'
2627
]
2728
# upx: true
2829
# onefile: 1
@@ -67,7 +68,8 @@
6768
version: 'v.25.05.02'
6869
python-file: 'sunrise_sunset_info\sunrise_sunset_info_v.25.05.02.py'
6970
install-requirements: [
70-
'pyftpdlib'
71+
'pyftpdlib',
72+
'astropy'
7173
]
7274
# upx: true
7375
# onefile: 1 # 0:文件夹 1:单文件 2:两者

sunrise_sunset_info/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
安装第三方库
1212

1313
```bash
14-
pip install pyftpdlib
14+
pip install pyftpdlib astropy
1515
```
1616

1717
运行

键盘监听/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
keyboard
22
configparser
3-
pywin32
3+
pywin32
4+
psutil

0 commit comments

Comments
 (0)