Skip to content

Commit

Permalink
Remove hashes from requirements files; they make life incredibly anno…
Browse files Browse the repository at this point in the history
…ying when deploying.

see pypa/pip#4995 or pypa/pip#6459
  • Loading branch information
inklesspen committed Mar 12, 2021
1 parent d65f1f3 commit 730e13d
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 721 deletions.
2 changes: 0 additions & 2 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def update_deps():
"pip-compile",
"--upgrade",
"--build-isolation",
"--generate-hashes",
"--output-file",
"requirements/main.txt",
"requirements/main.in",
Expand All @@ -50,7 +49,6 @@ def update_deps():
"pip-compile",
"--upgrade",
"--build-isolation",
"--generate-hashes",
"--output-file",
"requirements/dev.txt",
"requirements/dev.in",
Expand Down
Loading

0 comments on commit 730e13d

Please sign in to comment.