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

Create PEP518-compliant pyproject.toml #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dvgica
Copy link

@dvgica dvgica commented Jun 20, 2024

For PEP518 compliancy. This allows tools like Pants v2 to properly lock this dependency. Without it, you get an error like this:

❯ pants generate-lockfiles
22:45:49.88 [INFO] Completed: Generate lockfile for python-default
22:45:49.88 [ERROR] 1 Exception encountered:

Engine traceback:
  in `generate-lockfiles` goal

ProcessExecutionFailure: Process 'Generate lockfile for python-default' failed with exit code 1.
stdout:

stderr:
No distribution metadata found for fs-gcsfs==1.5.1.

@dvgica dvgica changed the title Create PEP519-compliant pyproject.toml Create PEP518-compliant pyproject.toml Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant