Files
flatcam-wsl/requirements.txt
Marius Stanciu ccc71eabc2 - changed the shapely imports a bit according to the specifications of Shapely 2.0
- changed the requirements.txt file to reflect the need for at least Shapely in version 2.0
2023-04-15 21:03:30 +03:00

52 lines
906 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>=2.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
pyppeteer
matplotlib>=3.5.0
pyopengl
pyqt6>=6.1.0
freetype-py
vispy>=0.9.0
pyqtdarktheme==1.1.1
gdal
rasterio
svgtrace
# To detect OS dark mode
darkdetect