From cae2b8a35c23c954b6964f61a05709ff825de3e3 Mon Sep 17 00:00:00 2001 From: Iain Powrie Date: Sat, 15 Jan 2022 04:36:08 +0000 Subject: [PATCH] Attempt to fix pip backtracking through versions. Pipelines are stalling and failing. --- requirements.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3466dd76..4e0f8c44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ -cryptography~=3.4 -argon2-cffi~=20.1 -bleach~=3.1 -colorama~=0.4 -cryptography~=3.4 -libgravatar~=1.0.0 -peewee~=3.13 -pexpect~=4.8 -psutil~=5.7 -pyOpenSSL~=19.1.0 +cryptography==3.4 +argon2-cffi==20.1 +bleach==3.1 +colorama==0.4 +cryptography==3.4 +libgravatar==1.0.0 +peewee==3.13 +pexpect==4.8 +psutil==5.7 +pyOpenSSL==19.1.0 PyYAML==5.3.1 -requests~=2.26 -termcolor~=1.1 -tornado~=6.0 +requests==2.26 +termcolor==1.1 +tornado==6.0 cached_property==1.5.2 -apscheduler~=3.8.1 -cron-validator~=1.0.3 -tzlocal==3.0 \ No newline at end of file +apscheduler==3.8.1 +cron-validator==1.0.3 +tzlocal==3.0