Skip to content

Commit

Permalink
Declare pep517 dependency (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Mar 15, 2021
1 parent 3fa72d0 commit 079058f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion piptools/scripts/compile.py
Expand Up @@ -6,10 +6,10 @@

import click
from click.utils import LazyFile, safecall
from pep517 import meta
from pip._internal.commands import create_command
from pip._internal.req.constructors import install_req_from_line
from pip._internal.utils.misc import redact_auth_from_url
from pip._vendor.pep517 import meta

from .._compat import parse_requirements
from ..cache import DependencyCache
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -30,6 +30,7 @@ packages = find:
zip_safe = false
install_requires =
click >= 7
pep517
pip >= 20.3

[options.packages.find]
Expand Down

0 comments on commit 079058f

Please sign in to comment.