From 907e0ec5493b7fcbbdf22e9b89faed2635a3ee69 Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:57:14 +0200 Subject: [PATCH] Pin dependencies --- requirements.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2fcba4..66d01a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ -aiohttp -async-cache -argparse -pyytlounge -textual -textual-slider -ssdp -rich -xmltodict \ No newline at end of file +aiohttp==3.8.6 +argparse==1.4.0 +async-cache==1.1.1 +pyytlounge==1.6.2 +rich==13.6.0 +ssdp==1.3.0 +textual==0.40.0 +textual-slider==0.1.1 +xmltodict==0.13.0 +