diff --git a/.gitignore b/.gitignore index 74381fa..eed12d8 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,6 @@ data/* temp/* config.txt +venv/ + dl.sh \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..026326a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +Brotli==1.1.0 +certifi==2023.7.22 +mutagen==1.47.0 +pycryptodomex==3.19.0 +websockets==11.0.3 +yt-dlp==2023.10.13