Skip to content

Commit f449981

Browse files
committed
Add setuptools to tox.ini
In python12 setuptools in no longer included by default in venv enviroments https://docs.python.org/3/whatsnew/3.12.html Therefore we have to specify it in the dependencies
1 parent 53cd33d commit f449981

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ deps =
4141
kubernetes
4242
hvac
4343
packaging
44+
setuptools
4445

4546
[testenv:docs]
4647
deps =

0 commit comments

Comments
 (0)