We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f032b40 commit c2fe651Copy full SHA for c2fe651
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: init format check build deploy requirements
2
3
init:
4
- python3 -m pip install -U pipenv setuptools wheel
+ python3 -m pip install -U pipenv setuptools
5
python3 -m pipenv install --dev
6
7
format:
0 commit comments