prashnts / pybloomfiltermmap3

Fast Python Bloom Filter using Mmap
https://github.com/prashnts/pybloomfiltermmap3
MIT License
130 stars 24 forks source link

Add Cython as a dependency #9

Closed mizvyt closed 5 years ago

mizvyt commented 5 years ago

This fixes the bug where if pybloomfiltermmap3 is installed without Cython or not in order, it will fail.