From 7376b265ddbdd8d4ee787e31b9dfaa8cc679bbda Mon Sep 17 00:00:00 2001 From: JnTon <84038748+JnTon@users.noreply.github.com> Date: Sun, 7 Apr 2024 23:47:24 +0200 Subject: [PATCH] Added requirements.txt --- requirements.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2f9b9ef --- /dev/null +++ b/requirements.txt @@ -0,0 +1,45 @@ +# +# This file is autogenerated by pip-compile with Python 3.11 +# by the following command: +# +# pip-compile requirements.in +# +aiohttp==3.9.3 + # via -r requirements.in +aiosignal==1.3.1 + # via aiohttp +anyio==4.3.0 + # via httpx +attrs==23.2.0 + # via aiohttp +certifi==2024.2.2 + # via + # httpcore + # httpx +frozenlist==1.4.1 + # via + # aiohttp + # aiosignal +h11==0.14.0 + # via httpcore +httpcore==1.0.5 + # via httpx +httpx==0.27.0 + # via python-telegram-bot +idna==3.6 + # via + # anyio + # httpx + # yarl +multidict==6.0.5 + # via + # aiohttp + # yarl +python-telegram-bot==21.0.1 + # via -r requirements.in +sniffio==1.3.1 + # via + # anyio + # httpx +yarl==1.9.4 + # via aiohttp