Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OctoPrint/OctoPrint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGina Häußge <gina@octoprint.org>2022-03-29 11:55:15 +0300
committerGina Häußge <gina@octoprint.org>2022-03-29 11:55:15 +0300
commitad32bbfdb819b92dbedc10ea083fd57a7017116d (patch)
tree00b8be0f3ade5cdd6338b01b02b5d0ee124cbd4b
parentccd5fa56a239d42830cb6825b779bc5aa141ee93 (diff)
🐛 Add back accidentally removed flask-login req
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1a1e33f93..a5a4224e1 100644
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,7 @@ core_deps = [
"filetype>=1.0.7,<2",
"Flask-Assets>=2.0,<3",
"Flask-Babel>=2.0,<3",
+ "Flask-Login>=0.5,<0.6", # flask-login doesn't use semver & breaks stuff on minor version increases
"flask>=2,<3",
"frozendict>=2.0,<3",
"future>=0.18.2,<1", # not really needed anymore, but leaving in for py2/3 compat plugins