Browse Source

add aiohttp dependency

subDesTagesMitExtraKaese 1 month ago
parent
commit
6e470c2a69
2 changed files with 2 additions and 0 deletions
  1. 1 0
      main.py
  2. 1 0
      requirements.txt

+ 1 - 0
main.py

@@ -4,6 +4,7 @@ import os
 import time
 import traceback
 import asyncio
+import aiohttp
 
 import simplematrixbotlib as botlib
 import nio

+ 1 - 0
requirements.txt

@@ -1,2 +1,3 @@
 simplematrixbotlib==2.12.3
+aiohttp==3.11.13
 ffmpeg-python