mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
add python-feedgen dependency
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
bdc913d088
commit
8d6e782ba1
2 changed files with 2 additions and 2 deletions
2
INSTALL
2
INSTALL
|
@ -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:
|
||||
|
|
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue