cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

wagon 1.0.1: Declare a dummy `venv` extras-require #154

Closed tehasdf closed 1 year ago

tehasdf commented 1 year ago

Cloudify CLI 7.0.x, which is widely-deployed, happens to require wagon[venv]>=0.11.2.

In order not to break those installs, let's declare a dummy extra here, so that the CLI can be installed correctly.

tehasdf commented 1 year ago

This means wagon must include this dummy extra as long as Cloudify CLI 7.0.2 is supported