From 9ce252236e403fc11c753d118d3a4a0932356d5a Mon Sep 17 00:00:00 2001 From: pstruebi Date: Wed, 15 Jun 2022 20:45:18 +0200 Subject: [PATCH] add requirements.txt --- .gitignore | 2 ++ requirements.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore index 6f20822..d1999db 100644 --- a/.gitignore +++ b/.gitignore @@ -158,4 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# Database and venv users.db +venv_planner \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..17397f4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +flask +msal