From: Oleg Broytman Date: Sun, 12 Mar 2017 02:54:54 +0000 (+0300) Subject: Fix pip's --install-option: --compile is default and I prefer -O2 X-Git-Tag: 0.0.15~14 X-Git-Url: https://git.phdru.name/m_librarian.git/?a=commitdiff_plain;h=f48abd21f0d95056a517239a3cc802b1396c7f5e;p=m_librarian.git Fix pip's --install-option: --compile is default and I prefer -O2 --- diff --git a/requirements.txt b/requirements.txt index be7fede..b33eab2 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' SQLObject>=2.2.1; python_version >= '2.6' and python_version < '3.0'