From 94e140e685baae38e8977fe90a3304bbc041ae66 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 11 Oct 2022 10:39:50 +0200 Subject: [server] restore compatibility with flask 1.1 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 8f36393..f21a5b6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,11 +51,11 @@ test = pytest; flask setup = setuptools_scm; babel builder = gnupg -server = flask -haketilo = flask; itsdangerous; mitmproxy>=8.0,<9; beautifulsoup4[html5lib] +server = flask>=1.1 +haketilo = flask>=1.1; itsdangerous; mitmproxy>=8.0,<9; beautifulsoup4[html5lib] SPDX = reuse -all = reuse; flask; mitmproxy>=8.0,<9; beautifulsoup4[html5lib]; gnupg +all = reuse; flask>=1.1; mitmproxy>=8.0,<9; beautifulsoup4[html5lib]; gnupg [options.packages.find] where = src -- cgit v1.2.3