Skip to content

Commit

Permalink
Allow --prefix-binary option in requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshks committed Apr 8, 2020
1 parent 451f5d9 commit 7c28953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/7693.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Allow specifying --prefer-binary option in a requirements file
1 change: 1 addition & 0 deletions src/pip/_internal/req/req_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
cmdoptions.find_links,
cmdoptions.no_binary,
cmdoptions.only_binary,
cmdoptions.prefer_binary,
cmdoptions.require_hashes,
cmdoptions.pre,
cmdoptions.trusted_host,
Expand Down

0 comments on commit 7c28953

Please sign in to comment.