Skip to content

Commit 47742bc

Browse files
committed
Added dataclasses to dev-dependencies to work around a Poetry issue
1 parent 1687929 commit 47742bc

File tree

2 files changed

+11
-29
lines changed

2 files changed

+11
-29
lines changed

poetry.lock

Lines changed: 9 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ mypy = "0.720"
3232
black = "20.8b1"
3333
pre-commit = "~1.17.0"
3434
tox-gh-actions = "^1.3.0"
35+
# https://github.com/python-poetry/poetry/issues/2386
36+
dataclasses = { version = "^0.7", python = "^3.6.1, <3.7" }
3537

3638
[build-system]
3739
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)