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

@ -52,7 +52,7 @@ read the instructions below.
python-itsdangerous python-authlib python-httpx \
python-jinja python-aiofiles python-python-multipart \
python-requests hypercorn python-bcrypt python-email-validator \
python-lxml
python-lxml python-feedgen
# python3 setup.py install
5) Create a new MySQL database and a user and import the aurweb SQL schema:

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 "$@"