We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef21c89 commit f3561b8Copy full SHA for f3561b8
pyproject.toml
@@ -45,9 +45,9 @@ colorama = ">=0.3.9"
45
[tool.poetry.dev-dependencies]
46
### Docs ###
47
sphinx = "*"
48
-recommonmark = {version = "^0.6.0"}
49
-alagitpull = {version = "~0.1.0"}
50
-sphinx-issues = {version = "^1.2.0"}
+recommonmark = "^0.6.0"
+alagitpull = "~0.1.0"
+sphinx-issues = "^1.2.0"
51
aafigure = ">=0.6"
52
pillow = "*"
53
@@ -63,10 +63,7 @@ coverage = "*"
63
64
### Format ###
65
black = {version="==21.6b0", python="^3.6.2"}
66
-isort = [
67
- {version="<5", python="<3.6"},
68
- {version="*", python=">=3.6"}
69
-]
+isort = "*"
70
71
### Lint ###
72
flake8 = "*"
0 commit comments