Skip to content

Commit

Permalink
Resolve dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
m3brown committed Dec 6, 2021
1 parent 787be95 commit 1c8ca3d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 40 deletions.
68 changes: 32 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Expand Up @@ -17,19 +17,19 @@ plz = "plz.main:main"
python = "^3.5"
colorama = "^0.4"
jsonschema = [
{version = "^3.2.0", python = "^3.5 || ^3.6"},
{version = "^4.2.0", python = ">=3.7"}
{version = "^3.2.0", python = "^3.5.0 || ^3.6.0"},
{version = "^4.2.0", python = ">=3.7.0"}
]
PyYAML = ">=3.0"

[tool.poetry.dev-dependencies]
pre-commit = [
{version = "^1.21", python = ">3.5"},
{version = "^1.21", python = "^3.5.0"},
{version = "^2.16.0", python = ">3.6"}
]
pytest = "^5.3"
pytest-cov = [
{version = "^2.8.0", python = "^3.5"},
{version = "^2.8.0", python = "^3.5.0"},
{version = "^3.0.0", python = ">=3.6"}
]

Expand Down

0 comments on commit 1c8ca3d

Please sign in to comment.