mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
parent
27cf2d2d12
commit
464650e677
2 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
## Unreleased: mitmproxy next
|
||||
|
||||
* Hard exit when mitmproxy cannot write logs, fixes endless loop when parent process exits
|
||||
* Temporarily downgrade PyInstaller to fix standalone Linux binaries.
|
||||
([#5699](https://github.com/mitmproxy/mitmproxy/issues/5699), @mhils))
|
||||
* Hard exit when mitmproxy cannot write logs, fixes endless loop when parent process exits.
|
||||
([#4669](https://github.com/mitmproxy/mitmproxy/issues/4669), @Prinzhorn))
|
||||
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -108,7 +108,7 @@ setup(
|
|||
"hypothesis>=5.8,<7",
|
||||
"parver>=0.1,<2.0",
|
||||
"pdoc>=4.0.0",
|
||||
"pyinstaller==5.6.1",
|
||||
"pyinstaller==5.5",
|
||||
"pytest-asyncio>=0.17,<0.21",
|
||||
"pytest-cov>=2.7.1,<4.1",
|
||||
"pytest-timeout>=1.3.3,<2.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue