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