aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-10 10:55:11 +0200
committerWojtek Kosior <koszko@koszko.org>2022-10-10 10:55:11 +0200
commit9f8c3e2d3bcf9ddda42592bc51803754828e3151 (patch)
tree90634fde55ee4157c9ea5371845cb05a7987914e
parent51dda0db902bec61cd8b76ed10d5c4b03694d285 (diff)
downloadhaketilo-hydrilla-9f8c3e2d3bcf9ddda42592bc51803754828e3151.tar.gz
haketilo-hydrilla-9f8c3e2d3bcf9ddda42592bc51803754828e3151.zip
[proxy] restrict mitmproxy dependency to only allow mitmproxy 8
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 442c154..8f36393 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -52,10 +52,10 @@ setup = setuptools_scm; babel
builder = gnupg
server = flask
-haketilo = flask; itsdangerous; mitmproxy; beautifulsoup4[html5lib]
+haketilo = flask; itsdangerous; mitmproxy>=8.0,<9; beautifulsoup4[html5lib]
SPDX = reuse
-all = reuse; flask; mitmproxy; beautifulsoup4[html5lib]; gnupg
+all = reuse; flask; mitmproxy>=8.0,<9; beautifulsoup4[html5lib]; gnupg
[options.packages.find]
where = src