Fixed dependency list

This commit is contained in:
Kristjan Komlosi
2019-06-23 00:35:18 +02:00
parent 21290682b6
commit 3c792cf286
+3 -2
View File
@@ -1,8 +1,10 @@
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 Click 7.0
@@ -20,4 +22,3 @@ The current development version of TeraHz has been verified to work with:
six 1.12.0 six 1.12.0
smbus 1.1.post2 smbus 1.1.post2
Werkzeug 0.15.4 Werkzeug 0.15.4
```