We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 *
The text was updated successfully, but these errors were encountered:
I see, the README does need updated to mention toolz. Yes, toolz is required and is in the install_requires metadata:
toolz
install_requires
cytoolz/setup.py
Line 133 in 85b03a5
Good catch, thanks!
Sorry, something went wrong.
No branches or pull requests
Could you clarify the statement:
However, it seems uses toolz:
https://github.com/pytoolz/cytoolz/blob/master/cytoolz/_signatures.py#L1-L2
The text was updated successfully, but these errors were encountered: