Skip to content

Commit

Permalink
Trying to fix pipeline downgrading pyqt5-tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Apr 10, 2024
1 parent 02c2079 commit d4c2dad
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ black
flake8
pre-commit
pylint
pyqt5-tools==5.15.*
pyqt5-tools==5.13.*
pytest
pytest-cov
python-dotenv
Expand Down

0 comments on commit d4c2dad

Please sign in to comment.