From 82860a33416c3ed3a92472804bcf54d01f3aefb7 Mon Sep 17 00:00:00 2001 From: Serene <33189705+Serene-Arc@users.noreply.github.com> Date: Thu, 25 Mar 2021 16:28:22 +1000 Subject: [PATCH] Add specific requirements (#211) --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 291cf96..e7b5ff1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -appdirs -bs4 -click -dict2xml -ffmpeg-python -praw -pyyaml -requests -youtube-dl \ No newline at end of file +appdirs>=1.4.4 +bs4>=0.0.1 +click>=7.1.2 +dict2xml>=1.7.0 +ffmpeg-python>=0.2.0 +praw>=7.2.0 +pyyaml>=5.4.1 +requests>=2.25.1 +youtube-dl>=2021.3.14