mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 14:01:39 +00:00
I no longer trust pip to install packages from a requirements.txt file in the correct order. For reproducibility, let's install pip/setuptools/wheels/cython first. see https://github.com/pypa/pip/issues/2362#issuecomment-418423458 see #5859 and #6382
9 lines
267 B
Text
9 lines
267 B
Text
pip
|
|
setuptools<50.0.0 # 50.0.0 might break pyinstaller. see https://github.com/pyinstaller/pyinstaller/commit/e9f9d79d6b23c767512156323d0a5d28c6386a57
|
|
wheel
|
|
|
|
# needed by pyinstaller:
|
|
pefile>=2017.8.1
|
|
altgraph
|
|
pywin32-ctypes>=0.2.0
|
|
pyinstaller-hooks-contrib>=2020.6
|