Skip to content

Commit 383a706

Browse files
committed
Remove setuptools
1 parent 78cf46f commit 383a706

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

poetry.lock

+1-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "yangson"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "Library for working with data modelled in YANG"
55
authors = ["Ladislav Lhotka <ladislav@lhotka.name>"]
66
license = "GNU Lesser General Public License v3 (LGPLv3)"
@@ -11,7 +11,6 @@ python = "^3.9"
1111
elementpath = "^4.1.5"
1212
PyYAML = "^6.0.1"
1313
pyang = { version = "^2.6", optional = true }
14-
setuptools = ">=69.1.1,<71.0.0"
1514

1615
[tool.poetry.group.dev.dependencies]
1716
pytest = "^7.4.2"

0 commit comments

Comments
 (0)