mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Updated requirements
This commit is contained in:
parent
ba96c8e14f
commit
5a2ec61d66
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user