add python-feedgen dependency

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-06-29 22:10:30 -07:00
parent bdc913d088
commit 8d6e782ba1
2 changed files with 2 additions and 2 deletions

View file

@ -14,6 +14,6 @@ pacman -Syu --noconfirm --noprogressbar \
python-pytest-asyncio python-coverage hypercorn python-bcrypt \
python-email-validator openssh python-lxml mariadb mariadb-libs \
python-isort flake8 cgit uwsgi uwsgi-plugin-cgi php php-fpm \
python-asgiref uvicorn
python-asgiref uvicorn python-feedgen
exec "$@"