Skip to content

Commit 628ad0c

Browse files
committed
requests[security]
fixes #231
1 parent c53d54f commit 628ad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/steps/cryptography

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source $BIN_DIR/utils
2020
bpwatch start libffi_install
2121

2222
# If pylibmc exists within requirements, use vendored cryptography.
23-
if (pip-grep -s requirements.txt bcrypt cffi cryptography pyOpenSSL PyOpenSSL &> /dev/null) then
23+
if (pip-grep -s requirements.txt bcrypt cffi cryptography pyOpenSSL PyOpenSSL requests[security] &> /dev/null) then
2424

2525
if [ -d ".heroku/vendor/lib/libffi-3.1.1" ]; then
2626
export LIBFFI=$(pwd)/vendor

0 commit comments

Comments
 (0)