Add build requirements
This commit is contained in:
parent
e5297b77a4
commit
7fa4091432
1 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,6 @@ python-dotenv==0.19.0
|
|||
cloudscraper==1.2.58
|
||||
|
||||
# gui
|
||||
kivy[base]==2.0.0
|
||||
kivy[base]==2.0.0 # app core
|
||||
buildozer==1.2.0 # app builder
|
||||
Cython==0.29.19 # buildozer dependencie
|
||||
|
|
Reference in a new issue