- fixed issue #489 - missing pywin module requirement in the requirements.txt file
This commit is contained in:
@@ -16,6 +16,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
- fixed a bug in Paint Tool when doing Painting Area Selection and nothing is no polygon is in the selections to be painted
|
- fixed a bug in Paint Tool when doing Painting Area Selection and nothing is no polygon is in the selections to be painted
|
||||||
- fixed Isolation, Paint and NCC Tools to use the Tool Type parameter from Preferences on adding new tools and also setting the 'type' key in tools dict correctly
|
- fixed Isolation, Paint and NCC Tools to use the Tool Type parameter from Preferences on adding new tools and also setting the 'type' key in tools dict correctly
|
||||||
- fixed the export_dxf and export_svg Tcl commands
|
- fixed the export_dxf and export_svg Tcl commands
|
||||||
|
- fixed issue #489 - missing `pywin` module requirement in the `requirements.txt` file
|
||||||
|
|
||||||
5.01.2021
|
5.01.2021
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
# 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
|
||||||
|
|
||||||
pyqt5>=5.12.1
|
|
||||||
numpy>=1.16
|
numpy>=1.16
|
||||||
matplotlib>=3.1
|
matplotlib>=3.1
|
||||||
cycler>=0.10
|
cycler>=0.10
|
||||||
@@ -14,14 +13,12 @@ setuptools
|
|||||||
dill
|
dill
|
||||||
rtree
|
rtree
|
||||||
pyopengl
|
pyopengl
|
||||||
vispy
|
|
||||||
ortools>=7.0
|
ortools>=7.0
|
||||||
svg.path>=4.0
|
svg.path>=4.0
|
||||||
simplejson
|
simplejson
|
||||||
shapely>=1.7.0
|
shapely>=1.7.0
|
||||||
freetype-py
|
freetype-py
|
||||||
fontTools
|
fontTools
|
||||||
rasterio
|
|
||||||
lxml
|
lxml
|
||||||
ezdxf
|
ezdxf
|
||||||
qrcode>=6.1
|
qrcode>=6.1
|
||||||
@@ -29,4 +26,8 @@ reportlab>=3.5
|
|||||||
svglib
|
svglib
|
||||||
gdal
|
gdal
|
||||||
pyserial>=3.4
|
pyserial>=3.4
|
||||||
pikepdf>=2.0
|
pikepdf>=2.0
|
||||||
|
pywin32>2.0
|
||||||
|
pyqt5>=5.12.1
|
||||||
|
vispy
|
||||||
|
rasterio
|
||||||
Reference in New Issue
Block a user