Hacker News new | ask | show | jobs
by globular-toast 831 days ago
That's really useful. I find it really common for people to import transitive dependencies in python. A common one is putting something like matplotlib in deps then directly importing numpy. Seems to happen all the time.