Update requirements.txt to reflect project branding change from HexaHost to Axiom and add aiofiles dependency for file handling.
Some checks failed
CI / Bot (Python) (push) Successful in 13s
CI / Dashboard (Next.js) (push) Failing after 8s

This commit is contained in:
TheOnlyMace
2026-07-21 21:16:21 +02:00
parent daf3338382
commit 698d61ec6d

View File

@@ -1,4 +1,4 @@
# HexaHost Discord Bot — Python dependencies # Axiom Discord Bot — Python dependencies
# Install: pip install -r requirements.txt # Install: pip install -r requirements.txt
# Discord # Discord
@@ -12,6 +12,7 @@ slowapi>=0.1.9
# HTTP / async # HTTP / async
aiohttp>=3.9.0 aiohttp>=3.9.0
aiofiles>=23.0.0
httpx>=0.25.0 httpx>=0.25.0
requests>=2.31.0 requests>=2.31.0