From 9be2d68820e1933b3e37788257e66e740253973d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 8 Aug 2018 15:37:34 +0200 Subject: [PATCH] Remove unused pydot3 dependency https://review.openstack.org/#/c/460938 switched from pydot2 to pydot3, but also removed the last remaining use of pydot2/3. Drop the dependency alltogether. Change-Id: I678cbe65a283b7562bef399c34ddde02c500648f --- lower-constraints.txt | 1 - test-requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index bc2f21bc3..f4b923c72 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -84,7 +84,6 @@ ply==3.11 prettytable==0.7.2 pycadf==2.7.0 pycodestyle==2.3.1 -pydot3==1.0.8 pyflakes==0.8.1 Pygments==2.2.0 pyinotify==0.9.6 diff --git a/test-requirements.txt b/test-requirements.txt index aced9f89b..5e3176080 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,5 +14,4 @@ fixtures>=3.0.0 # Apache-2.0/BSD testresources>=2.0.0 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0 -pydot3>=1.0.8 # MIT License