We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53d54f commit 628ad0cCopy full SHA for 628ad0c
bin/steps/cryptography
@@ -20,7 +20,7 @@ source $BIN_DIR/utils
20
bpwatch start libffi_install
21
22
# If pylibmc exists within requirements, use vendored cryptography.
23
-if (pip-grep -s requirements.txt bcrypt cffi cryptography pyOpenSSL PyOpenSSL &> /dev/null) then
+if (pip-grep -s requirements.txt bcrypt cffi cryptography pyOpenSSL PyOpenSSL requests[security] &> /dev/null) then
24
25
if [ -d ".heroku/vendor/lib/libffi-3.1.1" ]; then
26
export LIBFFI=$(pwd)/vendor
0 commit comments