We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e314d4f commit 35a79e2Copy full SHA for 35a79e2
piptools/scripts/compile.py
@@ -12,15 +12,14 @@
12
from typing import IO, Any, BinaryIO, cast
13
14
import click
15
+from build import BuildBackendException
16
from build.util import project_wheel_metadata
17
from click.utils import LazyFile, safecall
18
from pip._internal.req import InstallRequirement
19
from pip._internal.req.constructors import install_req_from_line
20
from pip._internal.utils.misc import redact_auth_from_url
21
from pyproject_hooks import default_subprocess_runner, quiet_subprocess_runner
22
-from build import BuildBackendException
23
-
24
from .._compat import parse_requirements
25
from ..cache import DependencyCache
26
from ..exceptions import NoCandidateFound, PipToolsError
0 commit comments