Skip to content

Commit

Permalink
Do not generate package hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jun 6, 2021
1 parent e129ab1 commit 2ce2285
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ define rm-venv-link
fi
endef

# '--generate-hashes' is disabled untill we support Python 3.7
# and depend on 'typing_extensions'
requirements.txt: requirements.in $(VENV_BIN)
$(VENV_BIN)/pip-compile --generate-hashes --output-file=$@ $<
$(VENV_BIN)/pip-compile --output-file=$@ $<

## Public targets

Expand Down

0 comments on commit 2ce2285

Please sign in to comment.