File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22build : setup-venv
3- venv/bin/pip install docopt==0.6.2 python-dateutil==2.2 PyYAML==3.11 requests==2.4.3 pyinstaller==2.1 termcolor==1.1.0
3+ venv/bin/pip install docopt==0.6.2 python-dateutil==2.2 PyYAML==3.11 requests==2.4.3 git+https://github.com/pyinstaller/pyinstaller@7413317 termcolor==1.1.0
44 venv/bin/pyinstaller deis.spec
55 chmod +x dist/deis
66
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requests==2.4.3
55termcolor==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
1111Sphinx>=1.2.3
Original file line number Diff line number Diff line change 44
55virtualenv --system-site-packages venv
66. venv/bin/activate
7- pip install docopt==0.6.2 python-dateutil==2.2 PyYAML==3.11 requests==2.4.3 pyinstaller==2.1 termcolor==1.1.0
7+ pip install docopt==0.6.2 python-dateutil==2.2 PyYAML==3.11 requests==2.4.3 git+https://github.com/pyinstaller/pyinstaller@7413317 termcolor==1.1.0
88make -C client/ client
You can’t perform that action at this time.
0 commit comments