diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-02-24 00:56:13 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-02-24 00:56:13 -0800 |
| commit | 6158616b53a41b8d9491515c38d071e602d83d5b (patch) | |
| tree | 7e5062cb71fdd6b910fa859cecd9739a414b0a89 /requirements.txt | |
| parent | 5309609c7b00d33b064ad48d2185bf06cec503e6 (diff) | |
implement auto generated timestamp based on msg rate
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 23 |
1 files changed, 23 insertions, 0 deletions
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 |
