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:
Filipe Laíns 2020-08-13 15:46:01 +01:00 committed by Lukas Fleischer
parent 4e4f5855f1
commit e62d472708

View file

@ -14,7 +14,8 @@ INSTALL.
# pacman -S --needed php php-sqlite sqlite words fortune-mod \
python python-sqlalchemy python-alembic \
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.