corrigindo requirements.txt
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -260,6 +260,8 @@ poetry.toml
|
||||
pyrightconfig.json
|
||||
|
||||
database.db
|
||||
database.db-shm
|
||||
database.db-wal
|
||||
admin_qr.png
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/python,flask
|
||||
|
||||
@@ -1,14 +1,19 @@
|
||||
Flask==2.3.3
|
||||
Flask-Bootstrap5==0.1.dev1
|
||||
Flask==3.0.2
|
||||
Flask-SQLAlchemy==3.1.1
|
||||
Flask-Login==0.6.3
|
||||
Flask-WTF==1.1.1
|
||||
Flask-WTF==1.2.1
|
||||
Flask-Mail==0.9.1
|
||||
SQLAlchemy==2.0.21
|
||||
Werkzeug==2.3.7
|
||||
python-dotenv==1.0.0
|
||||
pyotp==2.8.0
|
||||
SQLAlchemy>=2.0.36
|
||||
Werkzeug==3.0.1
|
||||
python-dotenv==1.0.1
|
||||
pyotp==2.9.0
|
||||
qrcode==7.4.2
|
||||
Pillow==10.0.1
|
||||
redis==5.0.1
|
||||
Pillow>=10.4.0
|
||||
email-validator==2.3.0
|
||||
cryptography==42.0.2
|
||||
bcrypt==4.1.2
|
||||
Bootstrap-Flask==2.3.3
|
||||
PyJWT==2.8.0
|
||||
gunicorn==21.2.0
|
||||
faker==19.13.0
|
||||
Faker==19.13.0
|
||||
redis==5.0.1
|
||||
|
||||
Reference in New Issue
Block a user