snowflake-cli
snowflake-cli copied to clipboard
SNOW-2211628: Support pyproject.toml for dependency resolution
Description
The modern way dependencies are defined in python projects are in the pyproject.toml file instead of a requirements.txt file.
It would be great if the build and deploy commands would support using this new modern file to collect dependencies and include them in the object definitions.
Context
No response