typeshed-internal / stub_uploader

Scripts and actions to auto-upload typeshed stubs to PyPI
Apache License 2.0
21 stars 16 forks source link

Dependency check is case-sensitive #86

Closed Avasam closed 1 year ago

Avasam commented 1 year ago

This is problematic for packages like JACK-Client that declared its numpy dependency as NumPy. Since PyPI packages are case-insensitive, I think the check against requires_dist should be as well.

Ref: https://github.com/python/typeshed/pull/9530