From babd6d88dc695973a167e1dc6abf6c8217aeed8f Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sun, 23 Jun 2019 00:34:27 +0200 Subject: [PATCH 1/2] Fixed dependency list --- docs/dependencies.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/dependencies.md b/docs/dependencies.md index 474ba47..b1a3b13 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -1,7 +1,9 @@ The current development version of TeraHz has been verified to work with: + - Raspbian Stretch (9) - Python 3.6.8 (built from source code and altinstall'd) - Module versions (direct `pip3.6 list` output): + ``` Package Version --------------- --------- From 3c792cf2865d23ee3b4232ec38700713e542d054 Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sun, 23 Jun 2019 00:35:18 +0200 Subject: [PATCH 2/2] Fixed dependency list --- docs/dependencies.md | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/docs/dependencies.md b/docs/dependencies.md index 474ba47..c313b1a 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -1,23 +1,24 @@ The current development version of TeraHz has been verified to work with: + - Raspbian Stretch (9) - Python 3.6.8 (built from source code and altinstall'd) - Module versions (direct `pip3.6 list` output): - ``` - Package Version - --------------- --------- - Click 7.0 - Flask 1.0.3 - itsdangerous 1.1.0 - Jinja2 2.10.1 - MarkupSafe 1.1.1 - numpy 1.16.4 - pandas 0.24.2 - pip 18.1 - pyserial 3.4 - python-dateutil 2.8.0 - pytz 2019.1 - setuptools 40.6.2 - six 1.12.0 - smbus 1.1.post2 - Werkzeug 0.15.4 - ``` + + + Package Version + --------------- --------- + Click 7.0 + Flask 1.0.3 + itsdangerous 1.1.0 + Jinja2 2.10.1 + MarkupSafe 1.1.1 + numpy 1.16.4 + pandas 0.24.2 + pip 18.1 + pyserial 3.4 + python-dateutil 2.8.0 + pytz 2019.1 + setuptools 40.6.2 + six 1.12.0 + smbus 1.1.post2 + Werkzeug 0.15.4