Fixed requirements.txt for virtualenv setup.

This commit is contained in:
giuliof 2021-12-14 20:04:48 +01:00
parent d4f941335c
commit 33cc1cb564
1 changed files with 24 additions and 27 deletions

View File

@ -2,30 +2,27 @@
# Python packages 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.
# For Windows GDAL wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal # For Windows GDAL wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
# Usage: pip3 install -r requirements.txt # Usage: pip3 install -r requirements.txt
cycler==0.10.0
pyqt5>=5.12.1 dill==0.3.3
numpy>=1.16 ezdxf==0.15.2
matplotlib>=3.1 fonttools==4.21.1
cycler>=0.10 freetype-py==2.2.0
python-dateutil>=2.1 kiwisolver==1.3.1
kiwisolver>=1.1 lxml==4.6.2
six matplotlib==3.3.4
setuptools numpy==1.20.1
dill ortools==8.1.8487
rtree PyOpenGL==3.1.5
pyopengl PyQt5==5.15.3
vispy pyserial==3.5
ortools>=7.0 python-dateutil==2.8.1
svg.path>=4.0 qrcode==6.1
simplejson rasterio==1.2.0
shapely>=1.7.0 reportlab==3.5.59
freetype-py Rtree==0.9.7
fontTools Shapely==1.7.1
rasterio simplejson==3.17.2
lxml six==1.15.0
ezdxf svg.path==4.1
qrcode>=6.1 svglib==1.0.1
reportlab>=3.5 vispy==0.6.6
svglib
gdal
pyserial>=3.4