Skip to content

Commit

Permalink
deps: relax compatibility requirement constraints (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Apr 9, 2021
1 parent d3e6073 commit a01c556
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 61 deletions.
119 changes: 60 additions & 59 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ exclude = [
python = "^3.6"

# required for compatibility
importlib-metadata = {version = "^1.7.0", python = ">=3.5, <3.8"}
dataclasses = {version = "^0.8", python = "~3.6"}
importlib-metadata = {version = ">=1.7.0", python = "<3.8"}
dataclasses = {version = ">=0.8", python = "~3.6"}

[tool.poetry.dev-dependencies]
pre-commit = {version = "^2.10.0", python = "^3.6.1"}
Expand Down

0 comments on commit a01c556

Please sign in to comment.