summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2023-05-07 11:21:34 +0200
committerFabio Manganiello2023-05-07 11:21:34 +0200
commit7cbb552e57203ae6ae36ca511641e8ec3120d489 (patch)
tree8ce7e475e5720c77d9c52a26067bd35ef26c1465 /PKGBUILD
parent8ce9a88fa0af0ea0b2f9a1720a15a6dde8d18d64 (diff)
downloadaur-7cbb552e57203ae6ae36ca511641e8ec3120d489.tar.gz
Updated dependencies for the web server
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a316ad909a8e..b00fa31d2563 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=platypush
pkgver=0.24.5
-pkgrel=3
+pkgrel=4
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
@@ -13,8 +13,10 @@ depends=(
'python-bcrypt'
'python-croniter'
'python-dateutil'
+ 'python-eventlet'
'python-flask'
'python-frozendict'
+ 'python-gunicorn'
'python-magic'
'python-marshmallow'
'python-marshmallow-dataclass'
@@ -23,11 +25,11 @@ depends=(
'python-redis'
'python-requests'
'python-rsa'
+ 'python-simple-websocket'
'python-sqlalchemy'
- 'python-waitress'
'python-websocket-client'
- 'python-websockets'
'python-wheel'
+ 'python-wsproto'
'python-yaml'
'python-zeroconf'
'redis'