stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

commit 2e802ea23a088290830a57442f7463a7ec9b66c7
parent bd49f26bf28ecb721a9709e986136e6ee66986cd
Author: Brennen T. Mazur <brennen@madis.cool>
Date:   Sun,  8 Jan 2023 11:05:36 -0700

updated to function properly

Diffstat:
Mrequirements.txt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,9 +1,11 @@ bcrypt==4.0.1 click==8.1.3 +dnspython==2.2.1 Flask==2.2.2 Flask-Bcrypt==1.0.1 Flask-Login==0.6.2 itsdangerous==2.1.2 Jinja2==3.1.2 MarkupSafe==2.1.1 +pymongo==4.3.3 Werkzeug==2.2.2