From fe836bef4d6fa85cf40850ff9010c328bf0fc837 Mon Sep 17 00:00:00 2001 From: Bart Koolen Date: Wed, 26 Feb 2025 15:35:53 +0100 Subject: [PATCH] Create requirements.txt Added requirements.txt for replicating .venv but needs more testing. i Think i may be missing: "python-telegram-bot[job-queue]" --- requirements.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..13082a4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +anyio==4.8.0 +certifi==2025.1.31 +charset-normalizer==3.4.1 +h11==0.14.0 +httpcore==1.0.7 +httpx==0.28.1 +idna==3.10 +paho-mqtt==2.1.0 +python-telegram-bot==21.10 +requests==2.32.3 +sniffio==1.3.1 +typing_extensions==4.12.2 +urllib3==2.3.0