[LNT] r330381 - Remove hard dependency on six version
Chris Matthews via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 19 16:29:28 PDT 2018
Author: cmatthews
Date: Thu Apr 19 16:29:27 2018
New Revision: 330381
URL: http://llvm.org/viewvc/llvm-project?rev=330381&view=rev
Log:
Remove hard dependency on six version
Flask needs six, but the version probably does not matter, and we have
some other scripts which do have specific six requirements.
If this breaks something, we can revert this.
Modified:
lnt/trunk/requirements.client.txt
Modified: lnt/trunk/requirements.client.txt
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/requirements.client.txt?rev=330381&r1=330380&r2=330381&view=diff
==============================================================================
--- lnt/trunk/requirements.client.txt (original)
+++ lnt/trunk/requirements.client.txt Thu Apr 19 16:29:27 2018
@@ -1,5 +1,5 @@
# Flask 0.11 does not work yet.
-six==1.10.0
+six
aniso8601==1.2.0
Flask==0.12.2
Flask-RESTful==0.3.4
More information about the llvm-commits
mailing list