From 5a8050a48caf93110d9fc632fb152e68616ad7b7 Mon Sep 17 00:00:00 2001 From: Andrey Bienkowski Date: Sun, 6 Feb 2022 07:19:25 +0300 Subject: [PATCH] try again with pip<22.0 --- requirements.d/development.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.d/development.txt b/requirements.d/development.txt index 9d7b865871c..29466999268 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -1,11 +1,11 @@ -setuptools!=60.6.0 -setuptools_scm -pip -virtualenv -tox -pytest -pytest-xdist -pytest-cov -pytest-benchmark -Cython -twine +setuptools==53.0.0 +setuptools-scm==6.4.2 +pip==21.3.1 +virtualenv==20.13.1 +tox==3.24.5 +pytest==7.0.0 +pytest-xdist==2.5.0 +pytest-cov==3.0.0 +pytest-benchmark==3.4.1 +Cython==0.29.27 +twine==3.8.0