Skip to content

Commit

Permalink
Merge pull request #968 from aaronwmorris/dev
Browse files Browse the repository at this point in the history
problems between flask-login and werkzeug
  • Loading branch information
aaronwmorris authored Oct 2, 2023
2 parents 5c46d8e + c2332ea commit e3fac2c
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements_debian10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Flask == 2.2.5
Flask-SQLAlchemy
Flask-Migrate
Flask-WTF
flask-login
Flask-Login
werkzeug
is-safe-url
certifi
Expand Down
7 changes: 4 additions & 3 deletions requirements/requirements_latest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ pygifsicle
gunicorn[gthread] >= 20.1.0
inotify
psutil
Flask >= 2.3.2
# problems with flask-login and werkzeug 3.0.0
Flask == 2.3.3
Flask-SQLAlchemy >= 3.0.4
Flask-Migrate >= 4.0.4
# needs at least 1.1.1 for flask 2.3
Flask-WTF >= 1.1.1
flask-login >= 0.6.2
werkzeug >= 2.3.6
Flask-Login >= 0.6.2
werkzeug == 2.3.7
is-safe-url
certifi >= 2023.5.7
# https://www.wheelodex.org/projects/cryptography/
Expand Down
7 changes: 4 additions & 3 deletions requirements/requirements_latest_32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ pygifsicle
gunicorn[gthread] >= 20.1.0
inotify
psutil
Flask >= 2.3.2
# problems with flask-login and werkzeug 3.0.0
Flask == 2.3.3
Flask-SQLAlchemy >= 3.0.4
Flask-Migrate >= 4.0.4
# needs at least 1.1.1 for flask 2.3
Flask-WTF >= 1.1.1
flask-login >= 0.6.2
werkzeug >= 2.3.6
Flask-Login >= 0.6.2
werkzeug == 2.3.7
is-safe-url
certifi >= 2023.5.7
# https://www.piwheels.org/project/cryptography/
Expand Down
7 changes: 4 additions & 3 deletions requirements/requirements_latest_armv6l.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ pygifsicle
gunicorn[gthread] >= 20.1.0
inotify
psutil
Flask >= 2.3.2
# problems with flask-login and werkzeug 3.0.0
Flask == 2.3.3
Flask-SQLAlchemy >= 3.0.4
Flask-Migrate >= 4.0.4
# needs at least 1.1.1 for flask 2.3
Flask-WTF >= 1.1.1
flask-login >= 0.6.2
werkzeug >= 2.3.6
Flask-Login >= 0.6.2
werkzeug == 2.3.7
is-safe-url
certifi >= 2023.5.7
# https://www.piwheels.org/project/cryptography/
Expand Down
2 changes: 2 additions & 0 deletions requirements/requirements_ubuntu18.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Flask
Flask-SQLAlchemy <= 2.5.1
Flask-Migrate
Flask-WTF
Flask-Login
werkzeug
# https://www.piwheels.org/project/cryptography/
cryptography <= 37.0.4
dbus-python
Expand Down
7 changes: 4 additions & 3 deletions requirements/requirements_web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ pycurl
gunicorn[gthread] >= 20.1.0
inotify
psutil
Flask >= 2.3.2
# problems with flask-login and werkzeug 3.0.0
Flask == 2.3.3
Flask-SQLAlchemy >= 3.0.4
Flask-Migrate >= 4.0.4
# needs at least 1.1.1 for flask 2.3
Flask-WTF >= 1.1.1
flask-login >= 0.6.2
werkzeug >= 2.3.6
Flask-Login >= 0.6.2
werkzeug == 2.3.7
is-safe-url
certifi >= 2023.5.7
# https://www.wheelodex.org/projects/cryptography/
Expand Down

0 comments on commit e3fac2c

Please sign in to comment.