Skip to content

Commit

Permalink
Revert "update makefile to pipenv>=2022.8.5 (#26)" (#27)
Browse files Browse the repository at this point in the history
This reverts commit ce1ada7.
  • Loading branch information
thatgeeman authored Aug 19, 2023
1 parent ce1ada7 commit 901272d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ clean:
rm -rf _docs/
rm -rf _proc/_docs
deps:
pipenv requirements --dev > tmp.txt
cat tmp.txt | sed -e "/^-/d" -e "/^#/d" | cut -d';' -f1 > requirements.txt
pipenv lock -r > tmp.txt
tail -r tmp.txt | sed -e "/^-/d" -e "/^#/d" | cut -d';' -f1 > requirements.txt
rm tmp.txt

0 comments on commit 901272d

Please sign in to comment.