Remove debtcollector requirement

This is no longer used.

Change-Id: I15726d27d2e440df207a4c342fe06c7d8b53a079
This commit is contained in:
Eric Harney 2019-05-20 10:18:43 -06:00 committed by Stephen Finucane
parent dd680367c5
commit 4bd9a5e064
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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