SIDN / CycleHunter

Python software that reads zone files, extract NS records, and detect cyclic dependencies
https://tsuname.io
BSD 2-Clause "Simplified" License
37 stars 14 forks source link

Python's async_lru requirement #20

Closed huguei closed 3 years ago

huguei commented 3 years ago

I suggest adding the python library requirement "async_lru" to the README section. For ubuntu it's just "sudo pip install async_lru". Thanks!

gmmoura commented 3 years ago

@huguei : did you make a PR? I could not find it if you do, I can accept it and close the issue thanks

huguei commented 3 years ago

Done in #21 thanks!

gmmoura commented 3 years ago

fixed! thanks