Update debian and arch dependencies
This commit is contained in:
parent
e5c3fad812
commit
50b088b0ec
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ licence=('MIT')
|
||||||
|
|
||||||
depends=(
|
depends=(
|
||||||
'python'
|
'python'
|
||||||
|
'ptyhon-bottle'
|
||||||
'python-jinja'
|
'python-jinja'
|
||||||
'python-pillow'
|
'python-pillow'
|
||||||
'python-magic'
|
'python-magic'
|
||||||
|
|
|
@ -4,7 +4,7 @@ Maintainer: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
|
||||||
Section: web
|
Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python3 (>= 3.6), python3-jinja2, python3-magic, python3-pil
|
Depends: python3 (>= 3.6), python3-bottle, python3-jinja2, python3-magic, python3-pil
|
||||||
Description: Soda machine stock-keeping webservice
|
Description: Soda machine stock-keeping webservice
|
||||||
A web service for automated stock-keeping of a soda machine written in Python.
|
A web service for automated stock-keeping of a soda machine written in Python.
|
||||||
It provides a touch-input-friendly user interface (as most input happens
|
It provides a touch-input-friendly user interface (as most input happens
|
||||||
|
|
Loading…
Reference in a new issue