Use cffi's extern Python callbacks. Fixes #1049
Showing
... | @@ -12,6 +12,7 @@ pylint>=1.8.0 | ... | @@ -12,6 +12,7 @@ pylint>=1.8.0 |
prospector[with_pyroma] ; python_version < '3.7' | prospector[with_pyroma] ; python_version < '3.7' | ||
coverage>=4.0 | coverage>=4.0 | ||
coveralls>=1.0 | coveralls>=1.0 | ||
# See version requirements in setup.py | |||
cffi | cffi | ||
futures | futures | ||
# Makes tests faster | # Makes tests faster | ||
... | ... |
Please register or sign in to comment