From 4d43e402b2b4e27bbbbfe557216d95963a27af72 Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Wed, 14 Jul 2021 21:23:44 +0200 Subject: feat: Add nextcloud path param Add a new param to input the nextcloud root path. --- requirements.txt | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index cb804f0..896d94d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,5 @@ -kafka-python -youtube-dl -requests -praw -pika -jsonpickle -requests -nextcloud-api-wrapper +youtube_dl==2021.6.6 +requests==2.26.0 +praw==7.3.0 +jsonpickle==2.0.0 +nextcloud-api-wrapper==0.2.1.5 -- cgit v1.2.3