Add more detailed note on pygobject/pycairo versions

This commit is contained in:
Luke Murphy 2020-10-11 11:53:49 +02:00
parent 60813b8ac6
commit 4fa795c7d8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -10,8 +10,8 @@ authors = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.6" python = "^3.6"
magic-wormhole = "^0.12.0" magic-wormhole = "^0.12.0"
pycairo = "< 1.20" # See https://gitlab.gnome.org/GNOME/pygobject/-/issues/395#note_929699 pycairo = "< 1.20" # Note(decentral1se): https://gitlab.gnome.org/GNOME/pygobject/-/issues/395#note_929699
pygobject = "*" pygobject = "*" # Note(decentral1se): related to ^^^, accept any pygobject that corresponds to bounded pycairo
trio = "^0.17.0" trio = "^0.17.0"
trio-gtk = "^2.0.0" trio-gtk = "^2.0.0"