Skip to content

Commit e6a3067

Browse files
committed
pyproject: Cleanup versioning
1 parent 527adbb commit e6a3067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ python = "^3.6"
3939
[tool.poetry.dev-dependencies]
4040
### Docs ###
4141
sphinx = "*"
42-
recommonmark = {version = "^0.6.0"}
43-
alagitpull = {version = "~0.1.0"}
44-
sphinx-issues = {version = "^1.2.0"}
42+
recommonmark = "^0.6.0"
43+
alagitpull = "~0.1.0"
44+
sphinx-issues = "^1.2.0"
4545

4646
### Testing ###
4747
pytest = "*"

0 commit comments

Comments
 (0)