adding sphinxcontrib-images to deps.dev; pinning python version to 3.9+
This commit is contained in:
parent
f0fcd4deb9
commit
026dd9d83f
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user