Skip to content

Commit

Permalink
accidently rolled back pyproject on previous commit, so rolling it fo…
Browse files Browse the repository at this point in the history
…rward
  • Loading branch information
jarathomas committed May 30, 2024
1 parent 31c74f6 commit 0a43af1
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 3 deletions.
45 changes: 44 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ package-mode = false

[tool.poetry.dependencies]
python = "~3.11"
pyqt5-qt5 = "==5.15.2"
pyqtwebengine-qt5 = "==5.15.2"
pyqt5-qt5 = [
{version = "==5.15.2", platform = "win32"},
{version = "==5.15.13", platform = "darwin"}
]
pyqtwebengine-qt5 = [
{version = "==5.15.2", platform = "win32"},
{version = "==5.15.13", platform = "darwin"}
]
pyqt5 = "*"
pyqtwebengine = "*"
pycrossva = ">=0.98"
Expand Down

0 comments on commit 0a43af1

Please sign in to comment.