Login
From:
Hynek Schlawack
(Uncensored)
subscribe
Recursive Optional Dependencies in Python
https://hynek.me/articles/python-recursive-optional-dependencies/
links
backlinks
Roast topics
Find topics
Find it!
One of my (slowly evaporating) reasons why I like putting packaging metadata into an executable setup.py is the ability to have optional dependencies that are combinations of others. As of pip 21.2, this is possible without running code.