- finished the new database based on a QTreeWidget

This commit is contained in:
Marius Stanciu
2020-03-28 22:22:53 +02:00
parent 91884a57e0
commit 5554cf0afa
3 changed files with 229 additions and 401 deletions

View File

@@ -1,7 +1,7 @@
# This file contains python only requirements to be installed with pip
# Python packages that cannot be installed with pip (e.g. PyQt5, GDAL) are not included.
# Usage: pip3 install -r requirements.txt
pyqt5==5.12
pyqt5==5.12.1
numpy>=1.16
matplotlib>=3.1
cycler>=0.10