From 13bc51fae7888acfa35f06ae7bbe0740bcd6f916 Mon Sep 17 00:00:00 2001 From: Rafael Vargas Date: Fri, 7 Jan 2022 14:29:34 -0400 Subject: [PATCH] Updating requirements file with version used --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2234551..0cb166e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -discord.py +discord.py==1.7.3 discord.py[voice] -yt_dlp -spotipy -python-decouple \ No newline at end of file +python-decouple==3.5 +spotipy==2.19.0 +yt-dlp==2021.12.1