Fixed dependency list

This commit is contained in:
Kristjan Komlosi
2019-06-23 00:37:25 +02:00
parent 21290682b6
commit a6e44e6c56

View File

@@ -1,23 +1,25 @@
The current development version of TeraHz has been verified to work with: The current development version of TeraHz has been verified to work with:
- Raspbian Stretch (9) - Raspbian Stretch (9)
- Python 3.6.8 (built from source code and altinstall'd) - Python 3.6.8 (built from source code and altinstall'd)
- Module versions (direct `pip3.6 list` output): - Module versions (direct `pip3.6 list` output):
```
Package Version ```
--------------- --------- Package Version
Click 7.0 --------------- ---------
Flask 1.0.3 Click 7.0
itsdangerous 1.1.0 Flask 1.0.3
Jinja2 2.10.1 itsdangerous 1.1.0
MarkupSafe 1.1.1 Jinja2 2.10.1
numpy 1.16.4 MarkupSafe 1.1.1
pandas 0.24.2 numpy 1.16.4
pip 18.1 pandas 0.24.2
pyserial 3.4 pip 18.1
python-dateutil 2.8.0 pyserial 3.4
pytz 2019.1 python-dateutil 2.8.0
setuptools 40.6.2 pytz 2019.1
six 1.12.0 setuptools 40.6.2
smbus 1.1.post2 six 1.12.0
Werkzeug 0.15.4 smbus 1.1.post2
``` Werkzeug 0.15.4
```