Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix requirements incoherency
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 3, 2019
1 parent a91da55 commit 5596800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ progressbar2==3.42.*
docxtpl==0.6.*
isogeo-pysdk==2.21.*
openpyxl==2.6.*
PyQt5==5.12.*
PyQt5==5.12.1
QDarkStyle==2.7.*
semver
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ black
codecov==2.*
coverage==4.5.*
pylint==2.1.*
pyqt5-tools~=5.11 ; sys_platform == 'win32'
pypiwin32
pyqt5-tools==5.12.1.1.5rc4 ; sys_platform == 'win32'
pytest
pytest-cov
sip
Expand Down

0 comments on commit 5596800

Please sign in to comment.