Skip to content

Commit 025ca1c

Browse files
committed
Add setuptools to dependencies
pyproject.toml: Pkg_resources is used in solid/solidpython.py, hence this project depends on setuptools until the use of pkg_resources is replaced with something else.
1 parent d6568ee commit 025ca1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ euclid3 = "^0.1.0"
3838
pypng = "^0.0.19"
3939
PrettyTable = "=0.7.2"
4040
ply = "^3.11"
41+
setuptools = ">=65.6.3"
4142

4243
[tool.poetry.dev-dependencies]
4344
tox = "^tox 3.11"

0 commit comments

Comments
 (0)