Update requirements.txt to reflect project branding change from HexaHost to Axiom and add aiofiles dependency for file handling.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user