Add setuptools to requirements.txt
CI Python version is now 3.12. It needs `setuptools`: From https://docs.python.org/3/whatsnew/3.12.html > gh-95299: Do not pre-install setuptools in virtual environments created with venv. This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the activated virtual environment
This commit is contained in:
parent
34ceca1398
commit
a866c9eb1a
1 changed files with 1 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
circuitpython-build-tools
|
||||
setuptools
|
||||
|
|
|
|||
Loading…
Reference in a new issue