mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update python deps + Update Flask-Login to include the compatibility with Flask 3.0.0
This commit is contained in:
parent
6b0e623e59
commit
c006e5088d
2 changed files with 3 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
bcrypt==4.0.1
|
||||
beautifulsoup4==4.12.2
|
||||
Flask==3.0.0
|
||||
Flask_Login==0.6.2
|
||||
Flask-Login @ https://github.com/maxcountryman/flask-login/archive/7d98a49bc38d0849367b348bfe37a2b689323419.zip#sha256=62db8eeeae5170f0d9b54d401d63b1a19d0df8944db9ae5332b350bc284f108b
|
||||
Flask_WTF==1.2.1
|
||||
gunicorn[gthread]==21.2.0
|
||||
importlib-metadata==6.8.0
|
||||
|
|
|
|||
|
|
@ -46,9 +46,8 @@ flask==3.0.0 \
|
|||
# -r requirements.in
|
||||
# flask-login
|
||||
# flask-wtf
|
||||
flask-login==0.6.2 \
|
||||
--hash=sha256:1ef79843f5eddd0f143c2cd994c1b05ac83c0401dc6234c143495af9a939613f \
|
||||
--hash=sha256:c0a7baa9fdc448cdd3dd6f0939df72eec5177b2f7abe6cb82fc934d29caac9c3
|
||||
flask-login @ https://github.com/maxcountryman/flask-login/archive/7d98a49bc38d0849367b348bfe37a2b689323419.zip#sha256=62db8eeeae5170f0d9b54d401d63b1a19d0df8944db9ae5332b350bc284f108b \
|
||||
--hash=sha256:62db8eeeae5170f0d9b54d401d63b1a19d0df8944db9ae5332b350bc284f108b
|
||||
# via -r requirements.in
|
||||
flask-wtf==1.2.1 \
|
||||
--hash=sha256:8bb269eb9bb46b87e7c8233d7e7debdf1f8b74bf90cc1789988c29b37a97b695 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue