From d6df06e1e148507ae6a5a9a0865141c88a1adc65 Mon Sep 17 00:00:00 2001 From: Broyojo Date: Fri, 20 Oct 2023 23:10:15 -0400 Subject: [PATCH] fix typo and add more to readme todo --- README.md | 4 +++- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec49862..981d59e 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,6 @@ Here is a [sample recording](example) for further reference. ## Things To Do -- Add logging \ No newline at end of file +- Add logging +- Testing +- CI (with builds and testing) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index d24b184..104ae42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ PyQt6 Pillow screeninfo wmi -psutils +psutil pyinstaller \ No newline at end of file