From 54a5cb25f135721d4d7637962b7fccaa42e38267 Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Thu, 11 Nov 2021 16:32:10 +0300 Subject: [PATCH] Requirements update --- README.MD | 1 - requirements.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.MD b/README.MD index 54b96d9..7996648 100644 --- a/README.MD +++ b/README.MD @@ -4,7 +4,6 @@ - Python 3.7+ - `pynput` lib -- `threading` lib - `tzlocal` lib ## Usage diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f03a960 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pynput +tzlocal \ No newline at end of file