You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by da...@apache.org on 2016/07/25 20:59:53 UTC

incubator-airflow git commit: [AIRFLOW-359] Pin flask-login to 0.2.11

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 7628a8656 -> edce74123


[AIRFLOW-359] Pin flask-login to 0.2.11

Closes #1679 from zodiac/xuanji_pin_ci_flask_login


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/edce7412
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/edce7412
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/edce7412

Branch: refs/heads/master
Commit: edce741234d86c05e11d3fd6a76bc8e83dabade2
Parents: 7628a86
Author: Li Xuanji <xu...@gmail.com>
Authored: Mon Jul 25 13:59:49 2016 -0700
Committer: Dan Davydov <da...@airbnb.com>
Committed: Mon Jul 25 13:59:49 2016 -0700

----------------------------------------------------------------------
 scripts/ci/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/edce7412/scripts/ci/requirements.txt
----------------------------------------------------------------------
diff --git a/scripts/ci/requirements.txt b/scripts/ci/requirements.txt
index 3a4eb57..3317324 100644
--- a/scripts/ci/requirements.txt
+++ b/scripts/ci/requirements.txt
@@ -14,7 +14,7 @@ flake8
 flask
 flask-admin
 flask-cache
-flask-login
+flask-login==0.2.11
 flower
 future
 gunicorn