1.增加编译系统的判断,防止出现部分包在liunx系统中不存在的问题
This commit is contained in:
parent
d0398e1b44
commit
afbccddfc2
@ -2,7 +2,7 @@ setuptools
|
|||||||
wheel
|
wheel
|
||||||
psutil
|
psutil
|
||||||
pycryptodomex
|
pycryptodomex
|
||||||
pywin32
|
pywin32; sys_platform == 'win32'
|
||||||
pymem
|
pymem
|
||||||
silk-python
|
silk-python
|
||||||
pyaudio
|
pyaudio
|
||||||
|
Loading…
Reference in New Issue
Block a user