From d93f0c7f86c999fe9403ba724beb9208341cfc51 Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 7 Jan 2019 23:47:05 +0100 Subject: [PATCH] matplotlib, PySide, Shiboken, six * https://pypi.org/project/matplotlib * https://pypi.org/project/pyside * https://pypi.org/project/shiboken * https://pypi.org/project/six --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 3f6f6f0775..bc837bc7fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,6 @@ +matplotlib==2.2.3; python_version < '3.0' +matplotlib==3.0.2; python_version >= '3.0' +PySide==1.2.4 +# PySide2==5.12.0 +Shiboken==1.2.2 six==1.12.0