forked from jazzband/pip-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bdf130c
commit 4e64f04
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Vendored libs policy | ||
==================== | ||
|
||
* Vendored libraries **MUST** not be modified except as required to | ||
successfully vendor them. | ||
|
||
* Vendored libraries **MUST** be released copies of libraries available on | ||
PyPI. | ||
|
||
* The versions of libraries vendored in pip-tools **MUST** be reflected | ||
in the section below. | ||
|
||
* Vendored libraries **MUST** function without any build steps such as 2to3 or | ||
compilation of C code, practically this limits to single source 2.x/3.x and | ||
pure Python. | ||
|
||
* Any modifications made to libraries **MUST** be noted in the section below. | ||
|
||
|
||
Versions and modifications: | ||
=========================== | ||
|
||
* ``pip`` == 9.0.3 | ||
|
||
Modifications: | ||
- None. | ||
|
||
Reason: ``pip`` 10.x internal changes break the dependency resolution code for ``pip-compile``. | ||
Note that ``pip-sync`` still uses the user-installed ``pip`` to perform the install/uninstall operations. |