forked from p15670423/monkey
remove mssql as island requirement
add cffi to requirements
This commit is contained in:
parent
67b17436e1
commit
705a5431ac
|
@ -71,7 +71,7 @@ def get_linux_only_binaries():
|
||||||
|
|
||||||
|
|
||||||
def get_hidden_imports():
|
def get_hidden_imports():
|
||||||
return ['_cffi_backend', 'queue', '_mssql'] if is_windows() else ['_cffi_backend', '_mssql']
|
return ['_cffi_backend', 'queue'] if is_windows() else ['_cffi_backend']
|
||||||
|
|
||||||
|
|
||||||
def get_msvcr():
|
def get_msvcr():
|
||||||
|
|
|
@ -15,4 +15,5 @@ ipaddress
|
||||||
enum34
|
enum34
|
||||||
pycryptodome
|
pycryptodome
|
||||||
boto3
|
boto3
|
||||||
awscli
|
awscli
|
||||||
|
cffi
|
Loading…
Reference in New Issue