Skip to content

Commit

Permalink
pin minimal required deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr1N committed Jan 7, 2019
1 parent 0c06b13 commit 8b7c98d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6"

dataclasses = { version = "*", python = "~3.6" }
dataclasses = { version = ">=0.6.0", python = "~3.6" }

[tool.poetry.dev-dependencies]
black = { version = "*", allows-prereleases = true }
flake8 = "*"
flake8-bugbear = "*"
isort = "*"
msgpack = "*"
mypy = "*"
pytest = "*"
pytest-cov = "*"
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 comments on commit 8b7c98d

Please sign in to comment.