From 8c45c8dc88b9d4f1c56fffc0420047e0a32f78fd Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Thu, 1 Feb 2024 11:49:07 -0600 Subject: [PATCH] do not use so files for black --- requirements_recommended.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_recommended.txt b/requirements_recommended.txt index 5633264..1ace4e7 100644 --- a/requirements_recommended.txt +++ b/requirements_recommended.txt @@ -2,6 +2,7 @@ asn1crypto==1.5.1 aspy.yaml==1.3.0 attrs==23.2.0 black==24.1.1 +--no-binary black certifi==2023.11.17 cffi==1.16.0 --no-binary cffi @@ -37,4 +38,4 @@ tomli==2.0.1 urllib3==2.2.0 virtualenv==20.25.0 xattr==1.0.0 ---no-binary xattr \ No newline at end of file +--no-binary xattr