We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c06b13 commit 8b7c98dCopy full SHA for 8b7c98d
1 file changed
pyproject.toml
@@ -44,15 +44,15 @@ classifiers = [
44
[tool.poetry.dependencies]
45
python = "^3.6"
46
47
-dataclasses = { version = "*", python = "~3.6" }
+dataclasses = { version = ">=0.6.0", python = "~3.6" }
48
49
[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"
+black = { version = ">=18.9b0", allows-prereleases = true }
+flake8 = ">=3.6.0"
+flake8-bugbear = ">=18.8.0"
+isort = ">=4.3.4"
+msgpack = ">=0.6.0"
+mypy = ">=0.650"
+pytest = ">=4.1.0"
+pytest-cov = ">=2.6.0"
+tox = ">=3.6.0"
0 commit comments