Compare commits

...

3 Commits

Author SHA1 Message Date
dgtlmoon
a064e69ecf Merge branch 'master' into 1961-fixing-flasklogin 2023-11-11 20:20:09 +01:00
dgtlmoon
7354f54c5f locking werkzeug version 2023-11-11 20:17:08 +01:00
dgtlmoon
1b21d324ed flask-login needs updating 2023-11-11 16:45:22 +01:00

View File

@@ -1,7 +1,8 @@
eventlet>=0.33.3 # related to dnspython fixes
feedgen~=0.9
flask-compress
flask-login~=0.6
# 0.6.3 included compatibility fix for werkzeug 3.x (2.x had deprecation of url handlers)
flask-login>=0.6.3
flask-paginate
flask_expects_json~=1.7
flask_restful
@@ -47,7 +48,7 @@ lxml
selenium~=4.14.0
werkzeug
werkzeug~=3.0
# Templating, so far just in the URLs but in the future can be for the notifications also
jinja2~=3.1