corrigindo requirements.txt

This commit is contained in:
Mateus Tavares
2026-03-06 20:47:11 -03:00
parent 8ea6f15f3a
commit 5aee037050
2 changed files with 17 additions and 10 deletions

2
.gitignore vendored
View File

@@ -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

View File

@@ -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