From 820dc7c5a2d7e8830357ed7d4619189ca1123303 Mon Sep 17 00:00:00 2001 From: phixxy Date: Sun, 4 Feb 2024 15:57:09 -0800 Subject: [PATCH] added missing requirements --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e7681b6..1f546ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,7 @@ python-dotenv pillow matplotlib aioftp -asyncssh \ No newline at end of file +asyncssh +psutil +aiofiles +inky \ No newline at end of file