Browse Source
Add more detailed note on pygobject/pycairo versions
unifiedWindowUI
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
2 additions and
2 deletions
-
pyproject.toml
|
|
@ -10,8 +10,8 @@ authors = [ |
|
|
|
[tool.poetry.dependencies] |
|
|
|
python = "^3.6" |
|
|
|
magic-wormhole = "^0.12.0" |
|
|
|
pycairo = "< 1.20" # See https://gitlab.gnome.org/GNOME/pygobject/-/issues/395#note_929699 |
|
|
|
pygobject = "*" |
|
|
|
pycairo = "< 1.20" # Note(decentral1se): https://gitlab.gnome.org/GNOME/pygobject/-/issues/395#note_929699 |
|
|
|
pygobject = "*" # Note(decentral1se): related to ^^^, accept any pygobject that corresponds to bounded pycairo |
|
|
|
trio = "^0.17.0" |
|
|
|
trio-gtk = "^2.0.0" |
|
|
|
|
|
|
|