1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/index
Chris Hunt 80b2c82d0c Use packaging.tags.Tag in place of Tuple
This is the standard type used by packaging.tags. Making this change
throughout the code lets us start switching over to using its
tag-generating functions in get_supported().

We also get rid of a test, since it was superseded by `__str__` in
packaging.tags.Tag.
2020-01-07 01:42:42 -05:00
..
__init__.py Move index interaction code into pip._internal.index 2019-10-19 22:22:12 +05:30
collector.py add disallow_untyped_defs=True for pip._internal.collector 2019-11-16 16:53:44 +03:00
package_finder.py Use packaging.tags.Tag in place of Tuple 2020-01-07 01:42:42 -05:00