Milimetric has submitted this change and it was merged. Change subject: bump mysql-python 1.2.4 -> 1.2.5 ......................................................................
bump mysql-python 1.2.4 -> 1.2.5 The mysql-python package at 1.2.4 prevents me from running test though the next version works... I have no idea what the impacts. Change-Id: I1be2ba0025b41a411c45c8c7ea970ab8c21fabeb --- M requirements.txt 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Milimetric: Verified; Looks good to me, approved diff --git a/requirements.txt b/requirements.txt index 5b6f3cc..a0a83b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ distribute>=0.6.28 sqlalchemy>=0.8.1 -mysql-python==1.2.4 +mysql-python==1.2.5 requests==1.2.3 flask==0.9 flask-login==0.2.4 -- To view, visit https://gerrit.wikimedia.org/r/110595 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1be2ba0025b41a411c45c8c7ea970ab8c21fabeb Gerrit-PatchSet: 1 Gerrit-Project: analytics/wikimetrics Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Milimetric <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
