- 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:
Marius Stanciu
2019-12-09 21:53:57 +02:00
committed by Marius
parent 35f518ace5
commit face1d0f64
5 changed files with 23 additions and 6 deletions

View File

@@ -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