initial commit
All checks were successful
Build and Push Image / build-and-push (push) Successful in 1m26s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 1m26s
This commit is contained in:
parent
3bba1f6db6
commit
b56e866071
36 changed files with 4160 additions and 0 deletions
9
requirements.txt
Normal file
9
requirements.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Flask==2.3.3
|
||||
Flask-Login==0.6.3
|
||||
Flask-SQLAlchemy==3.0.5
|
||||
Flask-Migrate==4.0.5
|
||||
Flask-WTF==1.2.1
|
||||
WTForms==3.1.1
|
||||
Werkzeug==2.3.7
|
||||
python-dotenv==1.0.0
|
||||
bcrypt==4.1.2
|
||||
Loading…
Add table
Add a link
Reference in a new issue