summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Hoffmann2021-06-19 21:54:14 +0200
committerMarcus Hoffmann2021-06-19 21:54:14 +0200
commit99b4949bc58316f8fc29e721352c52049064e3e0 (patch)
tree032981be5104db54200e8e081bbc9e3c7f922cee
parent71439facf6efa0ed0bae0248adbf7e6522b3673f (diff)
downloadaur-matrix-registration.tar.gz
add alembic to dependencies
-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')