Put back a dependancy I removed because I thought it wasn't needed anymore 🤦‍♀️

This commit is contained in:
Holly 2024-04-15 20:36:23 +00:00
parent 08b001e38f
commit b9a24cbab3
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,6 @@
# For making asynchronous http requests
aiohttp
# For stripping HTML from status content
nh3