From 17a8945046d47572e0d33887c6707b46e4cd50e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=B3nos?= Date: Tue, 18 Jan 2022 12:59:20 +0100 Subject: [PATCH] Aggiornamento libreria Aggiornamento libreria per sistemare il problema con streamtape --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f1471b8..14faf5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ ENV WERKZEUG_RUN_MAIN true USER dockeruser -ENV VERSION "1.5.2" +ENV VERSION "1.5.3" EXPOSE 5000 diff --git a/requirements.txt b/requirements.txt index f4b94bc..ae2f258 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -animeworld>=1.4.0 +animeworld>=1.4.1 schedule>=0.6.0 flask \ No newline at end of file