From 698d61ec6dca8593004f4fedca069163c75fc81e Mon Sep 17 00:00:00 2001 From: TheOnlyMace <0815cracky@gmail.com> Date: Tue, 21 Jul 2026 21:16:21 +0200 Subject: [PATCH] Update requirements.txt to reflect project branding change from HexaHost to Axiom and add aiofiles dependency for file handling. --- bot/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/requirements.txt b/bot/requirements.txt index ca99ee3..d9c4d08 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -1,4 +1,4 @@ -# HexaHost Discord Bot — Python dependencies +# Axiom Discord Bot — Python dependencies # Install: pip install -r requirements.txt # Discord @@ -12,6 +12,7 @@ slowapi>=0.1.9 # HTTP / async aiohttp>=3.9.0 +aiofiles>=23.0.0 httpx>=0.25.0 requests>=2.31.0