From ce6e8e07019ead2b129acde38c81d50328a21d95 Mon Sep 17 00:00:00 2001 From: kanewi11 Date: Sun, 9 Jul 2023 20:54:29 +0300 Subject: [PATCH] added requirements for windows --- requirements_win.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements_win.txt diff --git a/requirements_win.txt b/requirements_win.txt new file mode 100644 index 0000000..5c3ccff --- /dev/null +++ b/requirements_win.txt @@ -0,0 +1,9 @@ +pyaes==1.6.1 +pyasn1==0.4.8 +Pyrogram==2.0.57 +PySocks==1.7.1 +rsa==4.9 +Telethon==1.25.4 +TgCrypto==1.2.4 +loguru~=0.6.0 +cryptg~=0.4.0 \ No newline at end of file