From 7d24b1c1b7e5f43fefd79a11f29075b993c2ceb5 Mon Sep 17 00:00:00 2001 From: Daniel Amar Date: Thu, 24 Oct 2024 17:41:31 -0400 Subject: [PATCH] new dependency set --- requirements.txt | 45 +++++++++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9686c87..a4cd903 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,29 @@ -aiofiles -aiohttp -attrs -chardet -dataclass-factory -idna -multidict -numpy -pydub -typing-extensions -yarl - -pytest -setuptools -pytest-asyncio -anyio +aiofiles==24.1.0 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.10 +aiosignal==1.3.1 +annotated-types==0.7.0 +anyio==4.6.2.post1 +async-timeout==4.0.3 +attrs==24.2.0 +chardet==5.2.0 +dataclass-factory==2.16 +exceptiongroup==1.2.2 +frozenlist==1.4.1 +idna==3.10 +iniconfig==2.0.0 +multidict==6.1.0 +numpy==2.1.2 +packaging==24.1 +pluggy==1.5.0 +propcache==0.2.0 +pydantic==2.9.2 +pydantic_core==2.23.4 +pydub==0.25.1 +pytest==8.3.3 +pytest-asyncio==0.24.0 +shazamio_core==1.0.7 +sniffio==1.3.1 +tomli==2.0.2 +typing_extensions==4.12.2 +yarl==1.16.0