summaryrefslogtreecommitdiff
path: root/src/portal/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-10 12:46:58 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-10 12:46:58 -0500
commit93908b8c5931c944b1e91c057ef9b55933944814 (patch)
treef6d598862c29408a7fd4216b2f625189b6e98ff5 /src/portal/scripts
parent5e3641e5e692c3f2f644a4bb809c88727cb8bee9 (diff)
downloadcamu-93908b8c5931c944b1e91c057ef9b55933944814.tar.gz
camu-93908b8c5931c944b1e91c057ef9b55933944814.tar.bz2
camu-93908b8c5931c944b1e91c057ef9b55933944814.zip
Cleanup python stuff
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/portal/scripts')
-rwxr-xr-xsrc/portal/scripts/create_vendor.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/portal/scripts/create_vendor.sh b/src/portal/scripts/create_vendor.sh
index 6fdf9e0..414a4c2 100755
--- a/src/portal/scripts/create_vendor.sh
+++ b/src/portal/scripts/create_vendor.sh
@@ -12,10 +12,6 @@ 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 ../
@@ -32,9 +28,9 @@ cd CyberDropDownloader/
pip3 install . --upgrade --target=../vendor
cd ../
-#cd gallery-dl/
-#pip3 install . --upgrade --target=../vendor
-#cd ../
+cd gallery-dl/
+pip3 install . --upgrade --target=../vendor
+cd ../
cd ../
rm -r venv