From c920fb6be251464fe774b095d15d8ddd02d1b33a Mon Sep 17 00:00:00 2001 From: Xargana Date: Wed, 7 May 2025 17:50:28 +0300 Subject: [PATCH] added requirements --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e9a7999 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +# Core dependencies +discord.py>=2.0.0 +python-dotenv>=0.19.0 +websockets>=10.0 + +# Optional dependencies that might be useful +aiohttp>=3.8.0 \ No newline at end of file