Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reclip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ ! -d "venv" ]; then
echo "Setting up virtual environment..."
python3 -m venv venv
source venv/bin/activate
pip install -q flask yt-dlp
pip install -q --upgrade-deps flask yt-dlp
else
source venv/bin/activate
fi
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flask
yt-dlp
yt-dlp>=2026.3.17