From 58443a55f90d605417a8696f60bbd4137680ba29 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Mon, 29 Nov 2021 18:27:13 +0100 Subject: [PATCH] Fix wheel dependency for ARM systems. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91ad675..74fc60b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ gunicorn==20.0.4 sqlalchemy==1.3.17 Flask_SQLAlchemy==2.4.3 flask-marshmallow==0.13.0 -marshmallow-sqlalchemy==0.23.1 \ No newline at end of file +marshmallow-sqlalchemy==0.23.1 +wheel==0.37.0 \ No newline at end of file -- GitLab