itspoma / audio-fingerprint-identifying-python

The Shazam-similar app, that identify the song using audio fingerprints & spectrum analysis and Fast Fourier transform
MIT License
351 stars 164 forks source link

Write a requirements.txt file #7

Closed Naereen closed 6 years ago

Naereen commented 6 years ago

Hi, Nice projects :clap:!

It's hard to test though, as there is no clean list of dependencies (I had to try, see that module X is missing, run pip install X, then try again, like 5 times…). Could you write a requirements.txt please? Thanks!

Naereen commented 6 years ago

Adding minimal versions should be usefull too.

Theverat commented 5 years ago

The requirements.txt is missing matplotlib (required by make clean reset).