diff options
author | AlphaJack | 2024-02-13 10:03:44 +0100 |
---|---|---|
committer | AlphaJack | 2024-02-13 10:03:44 +0100 |
commit | 70592e9fffe6b41c7a3d98a0f53bf7cace9dc23b (patch) | |
tree | afd6350d949f1bc8d77f6a0c05ec4576caadb7bb /PKGBUILD | |
parent | 4f8a8ae60e0c866ee9889a3349b9a6744a8df5a8 (diff) | |
download | aur-70592e9fffe6b41c7a3d98a0f53bf7cace9dc23b.tar.gz |
Added missing python-django-allauth dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,7 +3,7 @@ pkgname="paperless-ngx" pkgver=2.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="A supercharged version of paperless: scan, index and archive all your physical documents" url="https://docs.paperless-ngx.com/" license=("GPL3") @@ -34,8 +34,6 @@ depends=("file" "python-brotli" "python-celery" "python-certifi" - "python-django-channels" - "python-django-channels-redis" "python-chardet" "python-click" "python-concurrent-log-handler" @@ -43,8 +41,11 @@ depends=("file" "python-daphne" "python-dateparser" "python-django" + "python-django-allauth" "python-django-auditlog" "python-django-celery-results" + "python-django-channels" + "python-django-channels-redis" "python-django-compression-middleware" "python-django-cors-headers" "python-django-extensions" |