1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/resolution/resolvelib
Tzu-ping Chung 5ef05cfb1f Make sure periods are followed by a space
The strings are *delibrately* reformatted so line continuations occur in
the middle of sentences. This helps me ensure all spaces are added
properly.
2020-11-10 14:58:38 +08:00
..
__init__.py Add --unstable-feature=resolver 2020-03-11 18:51:01 +08:00
base.py Pull in hashes from constraint files 2020-09-03 17:26:52 +08:00
candidates.py Use packaging.version to check version equality 2020-11-03 16:04:35 +08:00
factory.py resolver: stabilize output for tests (& users) 2020-10-31 00:07:34 +01:00
found_candidates.py Improve sorting logic 2020-10-13 16:12:11 +08:00
provider.py Tie-break requirements with package name 2020-11-04 21:23:40 +08:00
reporter.py Make sure periods are followed by a space 2020-11-10 14:58:38 +08:00
requirements.py Next iteration of message 2020-06-17 17:11:32 +01:00
resolver.py Add a debugging reporter for pip's resolver 2020-10-29 02:33:50 +05:30