~dricottone/huttese-apk

ref: 0c937684ca0f86552c958e60b4152fde2cf2ffe9 huttese-apk/sr.ht/py3-celery/click.patch -rw-r--r-- 658 bytes
0c937684 — Drew DeVault py3-*: bump pkgrel and update upstream versions 3 years ago
                                                                                
0c937684 Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 59cdf70aba5029d4403d493456874036735f79bd Mon Sep 17 00:00:00 2001
From: Asif Saif Uddin <auvipy@gmail.com>
Date: Thu, 3 Jun 2021 20:16:17 +0600
Subject: [PATCH] relaxed click version

---
 requirements/default.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements/default.txt b/requirements/default.txt
index afa9d16f25..b892226269 100644
--- a/requirements/default.txt
+++ b/requirements/default.txt
@@ -2,8 +2,8 @@ pytz>dev
 billiard>=3.6.4.0,<4.0
 kombu>=5.1.0,<6.0
 vine>=5.0.0,<6.0
-click>=7.0,<8.0
+click>=8.0,<9.0
 click-didyoumean>=0.0.3
-click-repl>=0.1.6
+click-repl>=0.2.0
 click-plugins>=1.1.1
 setuptools