From 2c2d49760d54331b855e6cec97ccae619c29d47e Mon Sep 17 00:00:00 2001 From: Florimond Manca Date: Mon, 16 Dec 2019 22:26:47 +0100 Subject: [PATCH] Force compiling 'regex' from source (#642) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 056a393f..ec60773d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,8 @@ brotlipy==0.7.* autoflake -black +# See: https://github.com/encode/httpx/pull/639#issuecomment-566235998 +black --no-binary=regex cryptography flake8 flake8-bugbear -- 2.47.3