50 lines
880 B
Plaintext
50 lines
880 B
Plaintext
# This file contains python only requirements to be installed with pip
|
|
#
|
|
# Python packages that cannot be installed with pip (e.g. GDAL, Rasterio) are not included.
|
|
# For Windows GDAL wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
|
|
# For Windows Rasterio wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#rasterio
|
|
#
|
|
# Usage: pip install -r requirements.txt
|
|
|
|
setuptools
|
|
numpy>=1.16
|
|
cycler>=0.10
|
|
python-dateutil>=2.1
|
|
kiwisolver>=1.1
|
|
six
|
|
dill
|
|
simplejson
|
|
qrcode>=6.1
|
|
|
|
rtree
|
|
foronoi>=1.0.3
|
|
shapely>=1.8.0
|
|
|
|
# ###############################
|
|
# OR-TOOLS package is now optional
|
|
ortools>=7.0
|
|
# ###############################
|
|
|
|
lxml
|
|
svg.path>=4.0
|
|
svglib
|
|
fontTools
|
|
ezdxf
|
|
|
|
reportlab>=3.5
|
|
pyserial>=3.4
|
|
pikepdf>=2.0
|
|
|
|
matplotlib>=3.5.0
|
|
pyopengl
|
|
pyqt6>=6.1.0
|
|
freetype-py
|
|
vispy>=0.9.0
|
|
pyqtdarktheme
|
|
|
|
gdal
|
|
rasterio
|
|
|
|
# To detect OS dark mode
|
|
darkdetect
|