forked from s3lph/matemat
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=(
|
||||
'python'
|
||||
'ptyhon-bottle'
|
||||
'python-jinja'
|
||||
'python-pillow'
|
||||
'python-magic'
|
||||
|
|
|
@ -4,7 +4,7 @@ Maintainer: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
|
|||
Section: web
|
||||
Priority: optional
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue