From b6a8604b1f142b5371c648e0feb2d6a724b58a37 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 10 Jul 2025 21:06:14 -0400 Subject: [PATCH] update --- requirements.lock | 1 + src/requirements.txt | 1 + totp.json | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 totp.json diff --git a/requirements.lock b/requirements.lock index 0318410..aeaaca9 100644 --- a/requirements.lock +++ b/requirements.lock @@ -1,3 +1,4 @@ +-e . aiohappyeyeballs==2.6.1 aiohttp==3.12.13 aiosignal==1.3.2 diff --git a/src/requirements.txt b/src/requirements.txt index 1bfbef1..c199d05 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,4 @@ +-e . colorama>=0.4.6 termcolor>=1.1.0 cryptography>=40.0.2 diff --git a/totp.json b/totp.json new file mode 100644 index 0000000..c43cb32 --- /dev/null +++ b/totp.json @@ -0,0 +1,3 @@ +{ + "entries": [] +} \ No newline at end of file