Skip to content

Commit c94b64c

Browse files
committed
Added setuptools to the requirements for Python >= 3.12
1 parent b99ba75 commit c94b64c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ docker: docker-build ## build a docker image and run the service
8888
docker run --name my-project-template -p 8080:8080 my-project-template-service:0.0.1
8989

9090
install: clean ## install the package to the active Python's site-packages
91-
pip install --upgrade pip
91+
pip install --upgrade pip setuptools
9292
python setup.py install
9393
pip install -r requirements.txt
9494
pip install -r requirements-tests.txt

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
setuptools
12
toml==0.10.2

0 commit comments

Comments
 (0)