projects
/
cookiecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038541b
)
Fix pip's --install-option: --compile is default and I prefer -O2
author
Oleg Broytman
<phd@phdru.name>
Sun, 12 Mar 2017 02:56:23 +0000
(
05:56
+0300)
committer
Oleg Broytman
<phd@phdru.name>
Sun, 12 Mar 2017 02:56:23 +0000
(
05:56
+0300)
project_template/requirements.txt
patch
|
blob
|
history
diff --git
a/project_template/requirements.txt
b/project_template/requirements.txt
index beed0554c1dee36c62ce934bb621461b246e7c4a..7afd2486190b3118272791c1e5fc7fcf4a5899bf 100644
(file)
--- a/
project_template/requirements.txt
+++ b/
project_template/requirements.txt
@@
-1,4
+1,4
@@
--trusted-host phdru.name
--find-links=http://phdru.name/Software/Python/
---install-option=
"--compile"
+--install-option=
-O2