Neurotech-HQ / pypesa

Python wrapper on Mpesa public API for mobile Payment Integration
https://kalebu.github.io/python-pesa/
MIT License
32 stars 10 forks source link

Remove unused dependencies from requirements.txt #3

Open yezyilomo opened 3 years ago

yezyilomo commented 3 years ago

Thank you for the great library, I really appreciate the work you are doing. The setup.py shows that the package has only two dependencies https://github.com/Kalebu/pypesa/blob/d2526183b09de997307b200530af4baab749b992/setup.py#L34-L39 But in requirements.txt there’re way more dependencies, is there any reason for that.

Kalebu commented 3 years ago

Thanks for pointing that out, I think I was out of the virtual environment when I freeze requirements, I'm gonna update accordingly