- fixed the requirements.txt and setup_ubuntu.sh files

This commit is contained in:
Marius Stanciu
2019-10-25 02:14:55 +03:00
committed by Marius
parent d0e5b6c83a
commit 7cbc3c657a
3 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# This file contains python only requirements to be installed with pip
# Python pacakges that cannot be installed with pip (e.g. PyQt5, GDAL) are not included.
# Python packages that cannot be installed with pip (e.g. PyQt5, GDAL) are not included.
# Usage: pip install -r requirements.txt
numpy>=1.11
numpy>=1.16
matplotlib>=3.1
cycler>=0.10
python-dateutil>=2.1
@@ -22,3 +22,4 @@ fontTools
rasterio
lxml
ezdxf
qrcode>=6.0