From 274870219b17248f6a8bed8c35137b5c85ce43bd Mon Sep 17 00:00:00 2001 From: Justin Crawford Date: Tue, 28 Sep 2021 21:37:29 -0700 Subject: [PATCH] Don't be so strict about dependency versions This breaks so much stuff with the new pip dependency resolver --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9cbe5e6..de5cced 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.7.3 -asyncio==3.4.3 -requests==2.20 +aiohttp>=3.7.3 +asyncio>=3.4.3 +requests>=2.20