Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare pep517 dependency #1353

Merged
merged 2 commits into from Mar 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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