From b8aa2a562ec3f64c62057a8dabebf23c76e79901 Mon Sep 17 00:00:00 2001 From: krateng Date: Tue, 12 Apr 2022 05:31:31 +0200 Subject: [PATCH] Bumped doreah requirement --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 32cf53d..461c9cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "bottle>=0.12.16", "waitress>=1.3", - "doreah>=1.8.1, <2", + "doreah>=1.9.0, <2", "nimrodel>=0.8.0", "setproctitle>=1.1.10", #"pyvips>=2.1.16", diff --git a/requirements.txt b/requirements.txt index 1d97c23..60aceb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottle>=0.12.16 waitress>=1.3 -doreah>=1.8.1, <2 +doreah>=1.9.0, <2 nimrodel>=0.8.0 setproctitle>=1.1.10 jinja2>=2.11