diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-12-26 18:47:42 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2017-12-26 18:47:42 +0100 |
commit | f37bd89433af80b8d99dc8c5dce3f5aec34e476d (patch) | |
tree | 013276388adbd74abd11a9d82c71be955952b500 | |
parent | 5661b40942d0ddcac14a2eb3e8a9ff30b7eaca06 (diff) | |
download | mitmproxy-f37bd89433af80b8d99dc8c5dce3f5aec34e476d.tar.gz mitmproxy-f37bd89433af80b8d99dc8c5dce3f5aec34e476d.tar.bz2 mitmproxy-f37bd89433af80b8d99dc8c5dce3f5aec34e476d.zip |
update pyinstaller :pray:
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -57,8 +57,7 @@ deps = # The 3.2 release is broken # the next commit after this updates the bootloaders, which then segfault! # https://github.com/pyinstaller/pyinstaller/issues/2232 - git+https://github.com/pyinstaller/pyinstaller.git@483c819d6a256b58db6740696a901bd41c313f0c; sys_platform == 'win32' - git+https://github.com/mhils/pyinstaller.git@d094401e4196b1a6a03818b80164a5f555861cef; sys_platform != 'win32' + pyinstaller==3.3.1 commands = rtool {posargs} |