From 6ece4b56e42b4118f43501db9888b67938c159a3 Mon Sep 17 00:00:00 2001 From: timka Date: Mon, 8 Jan 2024 20:43:24 +0300 Subject: [PATCH] add requirements --- requirements.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..df0c21c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,17 @@ +aiofiles==23.2.1 +aiogram==3.3.0 +aiohttp==3.9.1 +aiosignal==1.3.1 +annotated-types==0.6.0 +attrs==23.2.0 +certifi==2023.11.17 +frozenlist==1.4.1 +idna==3.6 +lxml==5.1.0 +magic-filter==1.0.12 +multidict==6.0.4 +pydantic==2.5.3 +pydantic_core==2.14.6 +python-dotenv==1.0.0 +typing_extensions==4.9.0 +yarl==1.9.4