add requirements.txt

This commit is contained in:
pstruebi
2022-06-15 20:45:18 +02:00
parent 140ae5d707
commit 9ce252236e
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@@ -158,4 +158,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear # 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. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# Database and venv
users.db users.db
venv_planner

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
flask
msal