From bb310e769f58974baf47ca74efd8394f90b832fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 31 Jan 2023 13:34:34 +0100 Subject: [PATCH] misc: stay on FontAwesome 4.x (#74015) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6fb68b..0acaff0 100644 --- a/setup.py +++ b/setup.py @@ -240,7 +240,7 @@ setup( include_package_data=True, install_requires=[ 'XStatic', - 'XStatic_Font_Awesome', + 'XStatic_Font_Awesome<5', 'XStatic_jQuery', 'XStatic_jquery_ui', 'XStatic_OpenSans',