diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 00000000..26525aed --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,29 @@ +-i https://pypi.org/simple + +# Common requirements +# ----------------------- + +pip +setuptools +wheel + +# Project requirements +# ----------------------- +isogeo-pysdk>=3.3,<3.4 + +# Dev requirements +# ----------------------- +black +flake8 +pre-commit +pylint +pyqt5-tools==5.15.* +pytest +pytest-cov +python-dotenv + +# Documentation +# ----------------------- +sphinx-markdown-tables # to render markdown tables +sphinx-rtd-theme +recommonmark diff --git a/requirements.txt b/requirements.txt index 26525aed..0040b7c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ black flake8 pre-commit pylint -pyqt5-tools==5.15.* +pyqt5-tools==5.13.* pytest pytest-cov python-dotenv