adding sphinxcontrib-images to deps.dev; pinning python version to 3.9+

This commit is contained in:
Mark Kennedy 2021-07-13 13:00:56 +01:00
parent f0fcd4deb9
commit 026dd9d83f
No known key found for this signature in database
GPG Key ID: 62CA451CCE9D6C01

View File

@ -34,7 +34,7 @@ classifiers = [
exclude = ["**/tests", "gaphor/conftest.py" ]
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.9"
pycairo = "^1.18"
PyGObject = "^3.30"
gaphas = "^3.1.0"
@ -59,6 +59,7 @@ babel = "^2.9.1"
babelgladeextractor = "^0.7"
flake8 = "^3.9"
isort = "^5.9"
sphinxcontrib-images = "^0.9.3"
[tool.poetry.scripts]
gaphor = 'gaphor.ui:main'