From 7fa4091432117cca829e960128418b03cfc30b65 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 25 Aug 2021 16:40:43 +0200 Subject: [PATCH] Add build requirements --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a42eec..b7caf19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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