From 9f8c3e2d3bcf9ddda42592bc51803754828e3151 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 10 Oct 2022 10:55:11 +0200 Subject: [proxy] restrict mitmproxy dependency to only allow mitmproxy 8 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') 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 -- cgit v1.2.3