Put back a dependancy I removed because I thought it wasn't needed anymore 🤦♀️
This commit is contained in:
parent
08b001e38f
commit
b9a24cbab3
|
@ -3,6 +3,7 @@
|
|||
import os # Used exactly once to check for the config file
|
||||
import shutil # Used exactly once to copy the sample config file
|
||||
import asyncio
|
||||
import aiohttp
|
||||
import re
|
||||
import json
|
||||
import io
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# For making asynchronous http requests
|
||||
aiohttp
|
||||
|
||||
# For stripping HTML from status content
|
||||
nh3
|
||||
|
||||
|
|
Loading…
Reference in New Issue