requirements.txt 576 B

12345678910111213141516171819202122232425262728293031
  1. # This file contains python only requirements to be installed with pip
  2. # Python packages that cannot be installed with pip (e.g. PyQt5, GDAL) are not included.
  3. # For Windows GDAL wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
  4. # Usage: pip3 install -r requirements.txt
  5. pyqt5>=5.12.1
  6. numpy>=1.16
  7. matplotlib>=3.1
  8. cycler>=0.10
  9. python-dateutil>=2.1
  10. kiwisolver>=1.1
  11. six
  12. setuptools
  13. dill
  14. rtree
  15. pyopengl
  16. vispy
  17. ortools>=7.0
  18. svg.path>=4.0
  19. simplejson
  20. shapely>=1.7.0
  21. freetype-py
  22. fontTools
  23. rasterio
  24. lxml
  25. ezdxf
  26. qrcode>=6.1
  27. reportlab>=3.5
  28. svglib
  29. gdal
  30. pyserial>=3.4