- some fixes on the app.jump_to() method
- made sure that the ToolFilm will not start saving a file if there are no objects loaded
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# This file contains python only requirements to be installed with pip
|
||||
# Python packages that cannot be installed with pip (e.g. PyQt5, GDAL) are not included.
|
||||
# Usage: pip3 install -r requirements.txt
|
||||
numpy>=1.16
|
||||
numpy >=1.16
|
||||
matplotlib>=3.1
|
||||
cycler>=0.10
|
||||
python-dateutil>=2.1
|
||||
kiwisolver>=1.0.1
|
||||
kiwisolver>=1.1
|
||||
six
|
||||
setuptools
|
||||
dill
|
||||
@@ -21,6 +21,6 @@ fontTools
|
||||
rasterio
|
||||
lxml
|
||||
ezdxf
|
||||
qrcode>=6.0
|
||||
reportlab>=3.0
|
||||
qrcode>=6.1
|
||||
reportlab>=3.5
|
||||
svglib
|
||||
Reference in New Issue
Block a user