From: Oleg Broytman Date: Wed, 3 Aug 2016 14:17:03 +0000 (+0300) Subject: Pass setup.py install option --optimize X-Git-Tag: 3.0.2~1 X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=359addd7d0a1522d976b60dfa5cd74cdd4b07b69 Pass setup.py install option --optimize --- diff --git a/requirements.txt b/requirements.txt index 8dff001..9622039 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ ---install-option="--compile" +--install-option="--compile --optimize"