microsoft / knack

Knack - A Python command line interface framework
https://pypi.python.org/pypi/knack
MIT License
347 stars 95 forks source link

Use proper PEP 508 environment marker to install colorama on Windows only #257

Closed niander closed 2 years ago

niander commented 2 years ago

Issue #256

Using proper PEP 508 environment marker to install colorama on Windows only.

jiasli commented 2 years ago

Indeed, after decompressing https://files.pythonhosted.org/packages/bf/9e/6378bc3d04592cd3692dd50f829c6678fae69052fda048a7981657c17489/knack-0.9.0-py3-none-any.whl, knack-0.9.0.dist-info/METADATA contains:

Requires-Dist: argcomplete
Requires-Dist: jmespath
Requires-Dist: pygments
Requires-Dist: pyyaml
Requires-Dist: tabulate
niander commented 2 years ago

When will this be released?