summaryrefslogtreecommitdiff
path: root/src/portal/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/portal/scripts')
-rwxr-xr-xsrc/portal/scripts/create_vendor.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/portal/scripts/create_vendor.sh b/src/portal/scripts/create_vendor.sh
index 87b0b5d..3dd8bc3 100755
--- a/src/portal/scripts/create_vendor.sh
+++ b/src/portal/scripts/create_vendor.sh
@@ -12,6 +12,10 @@ cd yt-dlp/
pip3 install . --upgrade --target=../vendor
cd ../
+cd snscrape/
+pip3 install . --upgrade --target=../vendor
+cd ../
+
cd twitter-api-client/
pip3 install . --upgrade --target=../vendor
cd ../