From 4bd9a5e064767dab431df28be3cd889579f191f9 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 20 May 2019 10:18:43 -0600 Subject: [PATCH] Remove debtcollector requirement This is no longer used. Change-Id: I15726d27d2e440df207a4c342fe06c7d8b53a079 --- lower-constraints.txt | 1 - requirements.txt | 3 --- 2 files changed, 4 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index e7ea88d3b..1e8a4070b 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -7,7 +7,6 @@ Babel==2.3.4 cachetools==2.0.0 chardet==3.0.4 contextlib2==0.4.0 -debtcollector==1.2.0 decorator==3.4.0 doc8==0.6.0 docutils==0.11 diff --git a/requirements.txt b/requirements.txt index 49a749ffd..e0652e615 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,8 +46,5 @@ tenacity>=4.4.0 # Apache-2.0 # For lru caches and such cachetools>=2.0.0 # MIT License -# For deprecation of things -debtcollector>=1.2.0 # Apache-2.0 - # For pydot output tests pydot>=1.2.4 # MIT License