diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-10-11 10:39:50 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-11 13:12:15 +0200 |
commit | 94e140e685baae38e8977fe90a3304bbc041ae66 (patch) | |
tree | 36387f991c6e34eff7eaaf9e1e546b373cca05c4 /setup.cfg | |
parent | 0c8d70daae4c4dfc989edad465db94ffc665416d (diff) | |
download | haketilo-hydrilla-94e140e685baae38e8977fe90a3304bbc041ae66.tar.gz haketilo-hydrilla-94e140e685baae38e8977fe90a3304bbc041ae66.zip |
[server] restore compatibility with flask 1.1
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |