From 1b6f0ff660a9809ad50b4ee3b94841a9eadab6c9 Mon Sep 17 00:00:00 2001 From: trueold89 Date: Wed, 4 Sep 2024 19:36:58 +0300 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ req.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 .gitignore create mode 100644 req.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..317dd31 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +venv +__pycache__ +probe.* diff --git a/req.txt b/req.txt new file mode 100644 index 0000000..99c332f --- /dev/null +++ b/req.txt @@ -0,0 +1,42 @@ +aiofiles==23.2.1 +aiogram==3.12.0 +aiohappyeyeballs==2.3.7 +aiohttp==3.10.4 +aiosignal==1.3.1 +aiosqlite==0.20.0 +annotated-types==0.7.0 +asttokens==2.4.1 +attrs==24.2.0 +beautifulsoup4==4.12.3 +bs4==0.0.2 +certifi==2024.8.30 +decorator==5.1.1 +et-xmlfile==1.1.0 +executing==2.0.1 +frozenlist==1.4.1 +idna==3.7 +ipython==8.26.0 +jedi==0.19.1 +magic-filter==1.0.12 +matplotlib-inline==0.1.7 +multidict==6.0.5 +openpyxl==3.1.5 +parso==0.8.4 +pexpect==4.9.0 +prompt_toolkit==3.0.47 +ptyprocess==0.7.0 +pure_eval==0.2.3 +pydantic==2.8.2 +pydantic_core==2.20.1 +Pygments==2.18.0 +python-magic==0.4.27 +setuptools==72.1.0 +six==1.16.0 +soupsieve==2.6 +stack-data==0.6.3 +traitlets==5.14.3 +typing_extensions==4.12.2 +wcwidth==0.2.13 +wheel==0.44.0 +xlrd==2.0.1 +yarl==1.9.4