From: Oleg Broytman Date: Sun, 12 Mar 2017 02:55:18 +0000 (+0300) Subject: Fix pip's --install-option: --compile is default and I prefer -O2 X-Git-Tag: 0.0.8~3 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=cda419259de8864169dcc6eeb6a5ea0f28320ba9 Fix pip's --install-option: --compile is default and I prefer -O2 --- 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