Relax pycairo and setuptools version requirements for Flatpak builds

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw
2019-04-14 11:23:53 -04:00
parent b9fd733994
commit 9d932066bf

View File

@ -33,11 +33,10 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.5"
pycairo = "^1.18"
pycairo = "^1.16"
PyGObject = "^3.30"
gaphas = "^1.0.0"
"zope.component" = "^4.5"
setuptools = "^41.0"
[tool.poetry.dev-dependencies]
pytest = "^4.0"