From 5cd6b14e7ab6f513d369923987e6636cbe6e6504 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 23 Nov 2015 16:08:51 -0500 Subject: [PATCH] Revert "Add a temporary version cap on subunit2sql" The release has happened, the migration worked, all's right with the world. This reverts commit 6b636200f544bd6300f850efd955cb8e8bf9a366. Change-Id: I4b19c5acc6c30f2379a30d2c68422057fdb83a90 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f063825..f8d8ec98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. pbr<2.0,>=1.6 flask -subunit2sql>=0.11.0,<1.0.0 +subunit2sql>=0.11.0 sqlalchemy flask-jsonpify PyMySQL>=0.6.2