[LNT] r293988 - Require the typing module

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 17:23:03 PST 2017


Author: cmatthews
Date: Thu Feb  2 19:23:03 2017
New Revision: 293988

URL: http://llvm.org/viewvc/llvm-project?rev=293988&view=rev
Log:
Require the typing module

So we can do nice static analysis on LNT.

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=293988&r1=293987&r2=293988&view=diff
==============================================================================
--- lnt/trunk/requirements.client.txt (original)
+++ lnt/trunk/requirements.client.txt Thu Feb  2 19:23:03 2017
@@ -15,3 +15,4 @@ pytz==2016.10
 wsgiref==0.1.2
 WTForms==2.0.2
 Flask-WTF==0.12
+typing
\ No newline at end of file




More information about the llvm-commits mailing list