mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
parent
e046627d31
commit
15c7916e08
@ -36,6 +36,7 @@ hidden_imports = [
|
|||||||
'allmydata.stats',
|
'allmydata.stats',
|
||||||
'base64',
|
'base64',
|
||||||
'cffi',
|
'cffi',
|
||||||
|
'charset_normalizer.md__mypyc',
|
||||||
'collections',
|
'collections',
|
||||||
'commands',
|
'commands',
|
||||||
'Crypto',
|
'Crypto',
|
||||||
|
7
setup.py
7
setup.py
@ -147,13 +147,6 @@ install_requires = [
|
|||||||
# for pid-file support
|
# for pid-file support
|
||||||
"psutil",
|
"psutil",
|
||||||
"filelock",
|
"filelock",
|
||||||
|
|
||||||
# treq needs requests, requests needs charset_normalizer,
|
|
||||||
# charset_normalizer breaks PyInstaller
|
|
||||||
# (https://github.com/Ousret/charset_normalizer/issues/253). So work around
|
|
||||||
# this by using a lower version number. Once upstream issue is fixed, or
|
|
||||||
# requests drops charset_normalizer, this can go away.
|
|
||||||
"charset_normalizer < 3",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
setup_requires = [
|
setup_requires = [
|
||||||
|
Loading…
Reference in New Issue
Block a user