From 6158616b53a41b8d9491515c38d071e602d83d5b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 24 Feb 2024 00:56:13 -0800 Subject: implement auto generated timestamp based on msg rate --- requirements.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..27bc818 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,23 @@ +anyio==4.2.0 +Brotli==1.1.0 +certifi==2023.11.17 +charset-normalizer==3.3.2 +colorama==0.4.6 +h11==0.14.0 +h2==4.1.0 +hpack==4.0.0 +httpcore==1.0.2 +httpx==0.26.0 +hyperframe==6.0.1 +idna==3.6 +markdown-it-py==3.0.0 +mdurl==0.1.2 +mutagen==1.47.0 +pycryptodomex==3.20.0 +Pygments==2.17.2 +pytchat==0.5.5 +requests==2.31.0 +sniffio==1.3.0 +urllib3==2.1.0 +websockets==12.0 +yt-dlp==2023.12.30 -- cgit v1.2.3