Skip to content

Commit

Permalink
Merge pull request #31 from inpefess/missing-dataclasses
Browse files Browse the repository at this point in the history
add a conditional dataclasses dependency
  • Loading branch information
inpefess committed Jun 14, 2021
2 parents c736c67 + 3d515dd commit 44ece7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 27 deletions.
40 changes: 14 additions & 26 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "isabelle-client"
version = "0.2.3"
version = "0.2.4"
description = "A client to Isabelle proof assistant server"
authors = ["Boris Shminke <boris@shminke.ml>"]
license = "Apache-2.0"
Expand All @@ -24,6 +24,7 @@ include = ["isabelle_client/py.typed"]

[tool.poetry.dependencies]
python = ">= 3.6, < 4.0"
dataclasses = {version = "*", markers = "python_version < \"3.7\""}

[tool.poetry.dev-dependencies]
pycodestyle = "*"
Expand Down

0 comments on commit 44ece7f

Please sign in to comment.