Revert "Don't install packages that could mess packaging up" (#404)

* Revert "Fix pyyaml (#402)"

This reverts commit ff94908505.

* Revert "Don't install packages that could mess packaging up (#397)"

This reverts commit 5496c02f9f.
This commit is contained in:
2017-06-03 17:36:19 -04:00
committed by GitHub
parent ff94908505
commit 4ee3baaded
5 changed files with 4 additions and 81 deletions
-11
View File
@@ -1,11 +0,0 @@
#!/usr/bin/env bash
# Syntax sugar.
source $BIN_DIR/utils
puts-step "Removing packaging utilities from requirements.txt."
if [[ -f requirements.txt ]]; then
pip-clean requirements.txt
fi