Reputation: 161
I am building an application that uses plyer library. However, I have modified plyer library in my own branch of github. My question is how to specify in the buildozer.spec file that I need plyer to be downloaded from my path not the default branch.
Regards,
Upvotes: 3
Views: 1386
Reputation: 452
You can specify the version as such
requirements = python2,kivy==1.10.1,plyer==0.1.0
Upvotes: 3