BLD: Make TA-Lib install compatible with pip >= 1.5

Since TA-Lib's releases are hosted on Github instead of PyPI,
add the `allow-external` and `allow-unverified` flags for just
TA-Lib.

This change means that versions of pip < 1.5 can not be used,
since the flags do not exist in those versions.
This commit is contained in:
Eddie Hebert
2014-05-28 13:47:40 -04:00
parent caa14ee8f0
commit 00f89a69b4
+4 -1
View File
@@ -19,7 +19,10 @@ six==1.6.1
# Cython is required for TA-Lib
Cython==0.20.1
TA-Lib==0.4.8
# This --allow syntax is for compatibility with pip >= 1.5
# However, this is backwards incompatible change, since previous
# versions of pip do not support that flag.
--allow-external TA-Lib --allow-unverified TA-Lib TA-Lib==0.4.8
# For fetching remote data
requests==2.3.0