Skip to content

Commit

Permalink
Add pipools/_vendored/README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
vphilippon committed Mar 22, 2018
1 parent bdf130c commit 4e64f04
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions piptools/_vendored/README.rst
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.

0 comments on commit 4e64f04

Please sign in to comment.