From 5a2ec61d66c9e2dbbdc4013764ac30b59f3fd0b1 Mon Sep 17 00:00:00 2001 From: krateng Date: Mon, 20 Dec 2021 00:55:31 +0100 Subject: [PATCH] Updated requirements --- .gitignore | 5 +++-- maloja/__pkginfo__.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4686ef7..4b68952 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ # generic temporary / dev files *.pyc -*.sh -!/install_*.sh *.note *.xcf nohup.out *-old +# local actions +scripts/* + # currently not using /screenshot*.png diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 1af1b55..e60218a 100644 --- a/maloja/__pkginfo__.py +++ b/maloja/__pkginfo__.py @@ -15,7 +15,7 @@ python_version = ">=3.6" requires = [ "bottle>=0.12.16", "waitress>=1.3", - "doreah>=1.6.12", + "doreah>=1.7.0", "nimrodel>=0.7.0", "setproctitle>=1.1.10", "wand>=0.5.4", diff --git a/requirements.txt b/requirements.txt index 225ee68..490a2ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ bottle>=0.12.16 waitress>=1.3 -doreah>=1.6.12 +doreah>=1.7.0 nimrodel>=0.7.0 setproctitle>=1.1.10 wand>=0.5.4 -jinja2>2.11 +jinja2>=2.11 lru-dict>=1.1.6 css_html_js_minify>=2.5.5