Converted to python flask #1

Merged
itdominator merged 49 commits from develop into master 2021-10-03 19:49:44 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit c7e76533ec - Show all commits

View File

@ -1,6 +1,10 @@
bcrypt==3.2.0
Click==7.0
Flask==1.1.1
Flask-Login==0.5.0
flask-oidc==1.4.0
Flask-SQLAlchemy==2.4.1
Flask-WTF==0.14.3
gunicorn==19.9.0
itsdangerous==1.1.0
Jinja2==2.10.3

View File

@ -1,6 +1,10 @@
bcrypt==3.2.0
Click==7.0
Flask==1.1.1
Flask-Login==0.5.0
flask-oidc==1.4.0
Flask-SQLAlchemy==2.4.1
Flask-WTF==0.14.3
waitress==1.4.3
itsdangerous==1.1.0
Jinja2==2.10.3