Skip to content

Commit 1b7482d

Browse files
committed
fix(client): update PyInstaller to package requests lib properly
The versions of the deis CLI created by "make -C client/ build" were using PyInstaller 2.1, the current release. This updates PyInstaller used for packaging to a current SHA, which includes a hook script for the python requests library to package its data files correctly.
1 parent 7af9f71 commit 1b7482d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requests==2.4.3
55
termcolor==1.1.0
66

77
# PyInstaller builds client binaries
8-
PyInstaller==2.1
8+
git+https://github.com/pyinstaller/pyinstaller@7413317
99

1010
# Deis documentation requirements
1111
Sphinx>=1.2.3

0 commit comments

Comments
 (0)