summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94451902199f..71dddc599d2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = matrix-registration
depends = python-flask-httpauth
depends = python-flask-limiter
depends = python-waitress
+ depends = python-alembic
depends = python-dateutil
depends = python-yaml
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index c5122f05d608..1fb6e3adb14a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
license=('MIT')
depends=('python-appdirs' 'python-flask' 'python-flask-sqlalchemy' 'python-flask-cors'
- 'python-flask-httpauth' 'python-flask-limiter' 'python-waitress'
+ 'python-flask-httpauth' 'python-flask-limiter' 'python-waitress' 'python-alembic'
'python-dateutil' 'python-yaml' 'python-requests' 'python-wtforms' 'systemd')
checkdepends=('python-parameterized')