The most important packages in the Python world don't have a lot of their own dependencies. Numpy has none, for example. The bulk of Numpy is non-Python code and interfaces/wrappers for that; the standard library isn't AFAIK pulling a whole lot of weight there.
Numpy depends on BLAS and LAPACK.
while those are obviously huge dependencies, i think the claim was about _python_ dependencies