[LNT] r349106 - Newest version of psycopg2 seems to work well, and has fixes for tox

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 13 16:28:15 PST 2018


Author: cmatthews
Date: Thu Dec 13 16:28:14 2018
New Revision: 349106

URL: http://llvm.org/viewvc/llvm-project?rev=349106&view=rev
Log:
Newest version of psycopg2 seems to work well, and has fixes for tox

Modified:
    lnt/trunk/requirements.server.txt

Modified: lnt/trunk/requirements.server.txt
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/requirements.server.txt?rev=349106&r1=349105&r2=349106&view=diff
==============================================================================
--- lnt/trunk/requirements.server.txt (original)
+++ lnt/trunk/requirements.server.txt Thu Dec 13 16:28:14 2018
@@ -1,6 +1,6 @@
 # These requirements are what you would install on a production server.
 -r requirements.client.txt
-psycopg2==2.5.3
+psycopg2==2.7
 # Flask 0.11 does not work yet.
 gunicorn==18.0
 progressbar==2.3




More information about the llvm-commits mailing list