Skip to content

Commit f3561b8

Browse files
committed
pyproject: versioning tweaks
1 parent ef21c89 commit f3561b8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ colorama = ">=0.3.9"
4545
[tool.poetry.dev-dependencies]
4646
### Docs ###
4747
sphinx = "*"
48-
recommonmark = {version = "^0.6.0"}
49-
alagitpull = {version = "~0.1.0"}
50-
sphinx-issues = {version = "^1.2.0"}
48+
recommonmark = "^0.6.0"
49+
alagitpull = "~0.1.0"
50+
sphinx-issues = "^1.2.0"
5151
aafigure = ">=0.6"
5252
pillow = "*"
5353

@@ -63,10 +63,7 @@ coverage = "*"
6363

6464
### Format ###
6565
black = {version="==21.6b0", python="^3.6.2"}
66-
isort = [
67-
{version="<5", python="<3.6"},
68-
{version="*", python=">=3.6"}
69-
]
66+
isort = "*"
7067

7168
### Lint ###
7269
flake8 = "*"

0 commit comments

Comments
 (0)