Skip to content

Commit 8b7c98d

Browse files
committed
pin minimal required deps
1 parent 0c06b13 commit 8b7c98d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ classifiers = [
4444
[tool.poetry.dependencies]
4545
python = "^3.6"
4646

47-
dataclasses = { version = "*", python = "~3.6" }
47+
dataclasses = { version = ">=0.6.0", python = "~3.6" }
4848

4949
[tool.poetry.dev-dependencies]
50-
black = { version = "*", allows-prereleases = true }
51-
flake8 = "*"
52-
flake8-bugbear = "*"
53-
isort = "*"
54-
msgpack = "*"
55-
mypy = "*"
56-
pytest = "*"
57-
pytest-cov = "*"
58-
tox = "^3.0.0"
50+
black = { version = ">=18.9b0", allows-prereleases = true }
51+
flake8 = ">=3.6.0"
52+
flake8-bugbear = ">=18.8.0"
53+
isort = ">=4.3.4"
54+
msgpack = ">=0.6.0"
55+
mypy = ">=0.650"
56+
pytest = ">=4.1.0"
57+
pytest-cov = ">=2.6.0"
58+
tox = ">=3.6.0"

0 commit comments

Comments
 (0)