Could you clarify the statement: ``` It is developed in Cython, but requires no dependecies other than CPython and a C compiler. ``` However, it seems uses toolz: https://github.com/pytoolz/cytoolz/blob/master/cytoolz/_signatures.py#L1-L2 ``` from toolz._signatures import * ```