From 30d4b9c26e5a0cc4588506862f83c6cbf170e93b Mon Sep 17 00:00:00 2001 From: Rock Storm Date: Wed, 1 Nov 2017 17:08:25 +0100 Subject: [PATCH] Rewrite requirements.txt --- requirements.txt | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4ba8d9d83..03329c380 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,12 @@ -argparse +python (>= 2.7, << 3) pyreadline -pyserial -wxPython -numpy -pyglet>=1.1 -pycairo -cairosvg -psutil>=2.0 +pyserial (>= 2.6) +wxPython (>= 2.8, << 4.0) +numpy (>= 1.8.2) +pyglet (>= 1.1) +pycairo (>= 1.8.8) +cairosvg (>= 1.0.9) +psutil (>= 2.1) +dbus-python (>= 1.2.0) +pygobject (>= 3.14.0) +libxml2 (>= 2.9.1)