Skip to content

fix(poly libs): detect third-party libs by close match

Compare
Choose a tag to compare
@DavidVujic DavidVujic released this 01 Apr 09:19
· 130 commits to main since this release
a33d89b

Fixing an issue with third-party libraries named differently from the actual usage in the python code.

Example: the "python-youtube" library is imported as "pyyoube". Previously reported as a missing dependency.

Details in #76