commit 6c57348ecc4c9f70cab434671a5987110ec5c481 parent d5b4651062fc24361b5f09d69d28de8c73a9ca31 Author: Nathaniel Chappelle <nathaniel@chappelle.dev> Date: Thu, 5 Feb 2026 15:53:55 -0800 Add requirements.txt Diffstat:
| A | listen-page-bot/requirements.txt | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/listen-page-bot/requirements.txt b/listen-page-bot/requirements.txt @@ -0,0 +1,16 @@ +anyio==4.12.1 +beautifulsoup4==4.14.3 +certifi==2026.1.4 +charset-normalizer==3.4.4 +h11==0.16.0 +httpcore==1.0.9 +httpx==0.28.1 +idna==3.11 +python-dotenv==1.2.1 +python-frontmatter==1.1.0 +python-telegram-bot==22.6 +PyYAML==6.0.3 +requests==2.32.5 +soupsieve==2.8.3 +typing_extensions==4.15.0 +urllib3==2.6.3