mokh mokh
mokh mokh

Reputation: 161

How to use specific (or custom) versions in requirements in buildozer.spec?

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

Answers (1)

ZenCODE
ZenCODE

Reputation: 452

You can specify the version as such

requirements = python2,kivy==1.10.1,plyer==0.1.0

Upvotes: 3

Related Questions