From cda419259de8864169dcc6eeb6a5ea0f28320ba9 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 12 Mar 2017 05:55:18 +0300 Subject: [PATCH] Fix pip's --install-option: --compile is default and I prefer -O2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 930537a..9b5161b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ ---install-option="--compile --optimize" +--install-option=-O2 argparse; python_version == '2.6' sqlparse -- 2.39.2