Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ docker: docker-build ## build a docker image and run the service
docker run --name my-project-template -p 8080:8080 my-project-template-service:0.0.1

install: clean ## install the package to the active Python's site-packages
pip install --upgrade pip
pip install --upgrade pip setuptools
python setup.py install
pip install -r requirements.txt
pip install -r requirements-tests.txt
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
setuptools
toml==0.10.2