From 5d891d48392df39d81d63d0bee4aa5cfa8adcfac Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 27 Oct 2016 00:30:39 +0300 Subject: [PATCH] Update requires for Python 3 support Signed-off-by: Dimitris Zlatanidis --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 2df4b22c..5948f382 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,5 @@ # pygraphviz >= 1.3.1 (drawing dependencies diagram) # perl 5 language and graph-easy >= 0.75 (drawing dependencies ascii diagram) # python2-pythondialog >= 3.3.0 (Python interface to the UNIX dialog utility) +# python3-pythondialog >= 3.3.0 (Python interface to the UNIX dialog utility) +# python3 (for support Python 3.x)