gcsfs icon indicating copy to clipboard operation
gcsfs copied to clipboard

Create PEP518-compliant pyproject.toml

Open dvgica opened this issue 1 year ago • 0 comments

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 avatar Jun 20 '24 13:06 dvgica