More work supporting --explain.
This commit is contained in:
parent
0fa372afd4
commit
fb91d5ca60
5 changed files with 167 additions and 32 deletions
|
@ -33,6 +33,8 @@ class PythonPackageRequirement(Requirement):
|
|||
self.python_version = python_version
|
||||
if minimum_version is not None:
|
||||
specs = [(">=", minimum_version)]
|
||||
if specs is None:
|
||||
specs = []
|
||||
self.specs = specs
|
||||
|
||||
def __repr__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue