python/Flask: fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-11-28 10:30:07 -07:00 committed by Willy Sudiarto Raharjo
parent d5986c20c2
commit 76305f411c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask/flask-2.3.3.tar
MD5SUM="87c2f9544380d251e7054b960547ee7f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="werkzeug python3-itsdangerous click python-importlib_metadata python3-blinker"
REQUIRES="werkzeug python3-itsdangerous click python3-blinker"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"