From 11f765ec42737e4a95b09b24b025d886c787500f Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Tue, 5 Oct 2021 01:42:14 +0100 Subject: [PATCH] add wheel deps to dev.txt requirements --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 1bb4306f..d2b61c30 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -9,4 +9,5 @@ types-certifi==2020.4.0 types-chardet==4.0.0 types-orjson==3.6.0 types-PyYAML==5.4.10 -types-requests==2.25.9 \ No newline at end of file +types-requests==2.25.9 +wheel==0.37.0 \ No newline at end of file