From 5b468f9438c9d93d0dc8e5e0c7d827d8e1c21052 Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 19 Oct 2023 09:43:44 +0200 Subject: [PATCH] adding `pyotp` for programmatic 2FA (#79) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a1ccd42..d392e04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,3 +25,4 @@ alive_progress rasterstats pyyaml myst_parser +pyotp