summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-13 16:32:24 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-08-14 12:05:28 -0400
commit7e2452e5438fe05c64bafab89deb7b3b5b414004 (patch)
tree779b6c246c884517c929d2ac94bc563e484bb93b /requirements.txt
parent31fee4795b4784f7dda16c545006fb152b5c9bb8 (diff)
downloadtaskflow-7e2452e5438fe05c64bafab89deb7b3b5b414004.tar.gz
add proper pydot3 dependency
Move the dependency out of tox.ini and into requirements.txt where it can be managed properly. Depends-On: https://review.openstack.org/590103 Change-Id: Ic69a4c5beb1aed2e49d2f767cb46c324fe0df0f5 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index fc704f3..53fc393 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -50,3 +50,6 @@ debtcollector>=1.2.0 # Apache-2.0
# For stestr
stestr>=2.0.0 # Apache-2.0
+
+# For pydot output tests
+pydot>=1.2.4 # MIT License