The dependency resolution in 'poetry' was 'lowest', the default dependency resolution in 'uv' is 'highest'. This means when we vendor, we will vendor the newest/highest version possible of all transitive dependencies that are universally/cross-platform compatible. We could change from the default of 'highest', but I think this is better. Various packages have been upgraded, and some have been removed/replaced by others, and that's why there's various changes in the <site>.txt files. Differential Revision: https://phabricator.services.mozilla.com/D222992
9 lines
325 B
Python
9 lines
325 B
Python
__title__ = 'python-slugify'
|
|
__author__ = 'Val Neekman'
|
|
__author_email__ = 'info@neekware.com'
|
|
__description__ = 'A Python slugify application that also handles Unicode'
|
|
__url__ = 'https://github.com/un33k/python-slugify'
|
|
__license__ = 'MIT'
|
|
__copyright__ = 'Copyright 2022 Val Neekman @ Neekware Inc.'
|
|
__version__ = '8.0.4'
|