kopia lustrzana https://github.com/corrscope/corrscope
Merge pull request #455 from corrscope/fix-ci
Update dependencies, fix CI for newer Poetrypull/450/head
commit
be210074ca
|
@ -15,7 +15,6 @@ environment:
|
|||
# For Python versions available on Appveyor, see
|
||||
# https://www.appveyor.com/docs/windows-images-software/ or
|
||||
# https://www.appveyor.com/docs/linux-images-software/
|
||||
- pydir: 'C:\Python38'
|
||||
- pydir: 'C:\Python38-x64'
|
||||
global:
|
||||
py: '%pydir%\python.exe'
|
||||
|
@ -33,7 +32,7 @@ install:
|
|||
- 'set PATH=C:\Program Files\AppVeyor\BuildAgent\;%PATH%'
|
||||
|
||||
- 'curl -sSL https://install.python-poetry.org | %py% -'
|
||||
- 'set PATH=%USERPROFILE%\.poetry\bin;%PATH%'
|
||||
- 'set PATH=%APPDATA%\Python\Scripts;%PATH%'
|
||||
|
||||
# Prevents: "The current Python version (2.7.15) is not supported by the project (^3.6)"
|
||||
- 'set PATH=%pydir%;%pydir%\bin;%pydir%\Scripts;%PATH%'
|
||||
|
|
Plik diff jest za duży
Load Diff
|
@ -30,11 +30,12 @@ atomicwrites = "^1.4.0"
|
|||
colorspacious = "^1.1.2"
|
||||
QtPy = "^2.0.1"
|
||||
PyQt5 = {version = "^5.15", optional = true}
|
||||
PyQt5-Qt5 = {version = "^5.15,!=5.15.11", optional = true}
|
||||
PyQt6 = {version = "^6.2", optional = true}
|
||||
appnope = "^0.1.3"
|
||||
|
||||
[tool.poetry.extras]
|
||||
qt5 = ["PyQt5"]
|
||||
qt5 = ["PyQt5", "PyQt5-Qt5"]
|
||||
qt6 = ["PyQt6"]
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
Ładowanie…
Reference in New Issue