summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Laíns <lains@archlinux.org>2020-08-13 16:46:01 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2021-02-20 17:25:21 +0100
commite62d472708e722e6123f9bfa01d2c32ec9838755 (patch)
treea571a2ceda35992a860bdabe68377c4b9f9f02da
parent4e4f5855f17acc2bd353093566ea853aa523f933 (diff)
downloadaur-e62d472708e722e6123f9bfa01d2c32ec9838755.tar.gz
aur-e62d472708e722e6123f9bfa01d2c32ec9838755.tar.xz
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>
-rw-r--r--TESTING3
1 files changed, 2 insertions, 1 deletions
diff --git a/TESTING b/TESTING
index 17c6fbc7..d666b3ca 100644
--- a/TESTING
+++ b/TESTING
@@ -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.