You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* doc: add comment about PyPI name normalization in config.yaml
* Canonicalize the PyPI names in config.yaml
Verified via
```python
after == {canonicalize_name(k): v for k,v in before.items()}
```
* Enforce canonical names with pytest
* Update test cases to use canonicalized names
* Test non-canonical name resolution
* Canonicalize PyPI names from input requirements
* Improve variable names in track_packages
0 commit comments