Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-10 09:55:35 -05:00
parent dc1e0182f2
commit c8180f1f19
+1 -1
View File
@@ -7,7 +7,7 @@ from functools import partial
from itertools import chain, count
import os
from first import first
from pip.req import InstallRequirement
from pipenv.patched.pip.req import InstallRequirement
from . import click
from .cache import DependencyCache