GispoCoding / cookiecutter-qgis-plugin

A QGIS Plugin template to be set up with Cookiecutter
MIT License
24 stars 4 forks source link

Update deps, add pip-tools and PyQt5-stubs #35

Closed mvaaltola closed 2 years ago

mvaaltola commented 2 years ago

pip-tools is needed to re-run pip-compile from requirements-dev.in. PyQt5-stubs adds useful type hinting for PyQt classes.