mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
doc: add missing gendummydata.py dependencies in TESTING
Signed-off-by: Filipe Laíns <lains@archlinux.org> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
4e4f5855f1
commit
e62d472708
1 changed files with 2 additions and 1 deletions
3
TESTING
3
TESTING
|
@ -14,7 +14,8 @@ INSTALL.
|
||||||
# pacman -S --needed php php-sqlite sqlite words fortune-mod \
|
# pacman -S --needed php php-sqlite sqlite words fortune-mod \
|
||||||
python python-sqlalchemy python-alembic \
|
python python-sqlalchemy python-alembic \
|
||||||
python-fastapi uvicorn nginx \
|
python-fastapi uvicorn nginx \
|
||||||
python-authlib python-itsdangerous python-httpx
|
python-authlib python-itsdangerous python-httpx \
|
||||||
|
words fortune-mod
|
||||||
|
|
||||||
Ensure to enable the pdo_sqlite extension in php.ini.
|
Ensure to enable the pdo_sqlite extension in php.ini.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue