Updated requirements

This commit is contained in:
krateng 2021-12-20 00:55:31 +01:00
parent ba96c8e14f
commit 5a2ec61d66
3 changed files with 6 additions and 5 deletions

5
.gitignore vendored
View File

@ -1,12 +1,13 @@
# generic temporary / dev files # generic temporary / dev files
*.pyc *.pyc
*.sh
!/install_*.sh
*.note *.note
*.xcf *.xcf
nohup.out nohup.out
*-old *-old
# local actions
scripts/*
# currently not using # currently not using
/screenshot*.png /screenshot*.png

View File

@ -15,7 +15,7 @@ python_version = ">=3.6"
requires = [ requires = [
"bottle>=0.12.16", "bottle>=0.12.16",
"waitress>=1.3", "waitress>=1.3",
"doreah>=1.6.12", "doreah>=1.7.0",
"nimrodel>=0.7.0", "nimrodel>=0.7.0",
"setproctitle>=1.1.10", "setproctitle>=1.1.10",
"wand>=0.5.4", "wand>=0.5.4",

View File

@ -1,9 +1,9 @@
bottle>=0.12.16 bottle>=0.12.16
waitress>=1.3 waitress>=1.3
doreah>=1.6.12 doreah>=1.7.0
nimrodel>=0.7.0 nimrodel>=0.7.0
setproctitle>=1.1.10 setproctitle>=1.1.10
wand>=0.5.4 wand>=0.5.4
jinja2>2.11 jinja2>=2.11
lru-dict>=1.1.6 lru-dict>=1.1.6
css_html_js_minify>=2.5.5 css_html_js_minify>=2.5.5