Skip to content

Commit 0afdc82

Browse files
committed
Allow --prefer-binary option in requirements file
1 parent 451f5d9 commit 0afdc82

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

news/7693.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow specifying --prefer-binary option in a requirements file

src/pip/_internal/req/req_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
cmdoptions.find_links,
6262
cmdoptions.no_binary,
6363
cmdoptions.only_binary,
64+
cmdoptions.prefer_binary,
6465
cmdoptions.require_hashes,
6566
cmdoptions.pre,
6667
cmdoptions.trusted_host,

0 commit comments

Comments
 (0)